cirandas.net

ref: master

plugins/oauth_client/test/functional/oauth_client_plugin_account_controller_test.rb


1
2
3
4
5
6
7
8
9
require 'test_helper'

class AccountControllerTest < ActionController::TestCase

  should 'render signup page' do
    get :signup
  end

end