Skip to content

Commit

Permalink
Remove commented test.
Browse files Browse the repository at this point in the history
  • Loading branch information
phiggins committed Dec 29, 2011
1 parent 7de6f10 commit fd0a67d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_controller_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def test_controller_generator_spec
assert_match(/create test\/controllers\/user_controller_test.rb/m, text)
assert File.exists? "test/controllers/user_controller_test.rb"
contents = open("test/controllers/user_controller_test.rb").read
# assert_match(/class UserControllerTest < MiniTest::Rails::Controller/m, contents)
assert_match(/describe UserController do/m, contents)
assert_match(/subject \{ UserController \}/m, contents)
assert_match(/# fixtures :all/m, contents)
Expand Down

0 comments on commit fd0a67d

Please sign in to comment.