Skip to content

Commit

Permalink
changed test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tima Maslyuchenko committed Oct 23, 2012
1 parent 4049643 commit ff29dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/task_generator_test.rb
Expand Up @@ -5,7 +5,7 @@ class TaskGeneratorTest < Rails::Generators::TestCase
include GeneratorsTestHelper
arguments %w(feeds foo bar)

def test_controller_skeleton_is_created
def test_task_is_created
run_generator
assert_file "lib/tasks/feeds.rake", /namespace :feeds/
end
Expand Down

0 comments on commit ff29dd8

Please sign in to comment.