Created
November 10, 2011 06:42
-
-
Save yetanothernguyen/1354283 to your computer and use it in GitHub Desktop.
rspec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rspec ./spec/controllers/admin/users_controller_spec.rb:21 # Admin::UsersController POST 'suspend' should suspend the user | |
rspec ./spec/controllers/admin/users_controller_spec.rb:51 # Admin::UsersController GET 'show' should show the admin user view | |
rspec ./spec/controllers/supportabilities_controller_spec.rb:14 # SupportabilitiesController create should create a new supportability | |
rspec ./spec/integration/admin_contest_spec.rb:27 # AdminContest when there is no existing draw should be able to request generating winner | |
rspec ./spec/integration/admin_contest_spec.rb:61 # AdminContest when there is an existing draw with winner chosen should be able to confirm and publish | |
rspec ./spec/integration/admin_contest_spec.rb:82 # AdminContest when there is an existing draw with winner chosen should be able to delete | |
rspec ./spec/integration/admin_contest_spec.rb:96 # AdminContest when there is an existing draw with winner chosen should be able to redraw all | |
rspec ./spec/integration/admin_contest_spec.rb:112 # AdminContest when there is an existing draw with winner chosen should be able to redraw secondary | |
rspec ./spec/integration/mass_suspend_spec.rb:9 # MassSuspension should mass suspend users |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment