diff options
Diffstat (limited to 'test/functional/api/glsa_controller_test.rb')
-rw-r--r-- | test/functional/api/glsa_controller_test.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/functional/api/glsa_controller_test.rb b/test/functional/api/glsa_controller_test.rb new file mode 100644 index 0000000..d214f08 --- /dev/null +++ b/test/functional/api/glsa_controller_test.rb @@ -0,0 +1,9 @@ +require 'test_helper' + +class Api::GlsaControllerTest < ActionController::TestCase + test "should get create_request" do + get :create_request + assert_response :success + end + +end |