PageRenderTime 47ms CodeModel.GetById 5ms RepoModel.GetById 1ms app.codeStats 0ms

/test/functional/event_users_controller_test.rb

https://github.com/newrooky/lftwb
Ruby | 13 lines | 9 code | 4 blank | 0 comment | 0 complexity | ea837b56cc56017f6b4ccccc6fe48ded MD5 | raw file
Possible License(s): MIT
  1. require File.dirname(__FILE__) + '/../test_helper'
  2. class EventUsersControllerTest < Test::Unit::TestCase
  3. def setup
  4. @controller = EventUsersController.new
  5. @request = ActionController::TestRequest.new
  6. @response = ActionController::TestResponse.new
  7. end
  8. should_require_login :create, :destroy
  9. end