Skip to content

Commit

Permalink
update bundler message
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnn committed Jan 15, 2016
1 parent a3f2402 commit d25e79f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions railties/test/generators/plugin_new_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_ensure_that_database_option_is_passed_to_app_generator

def test_generation_runs_bundle_install_with_full_and_mountable
result = run_generator [destination_root, "--mountable", "--full"]
assert_equal 1, result.scan("Your bundle is complete").size
assert_equal 1, result.scan("Bundle complete!").size
end

def test_skipping_javascripts_without_mountable_option
Expand Down Expand Up @@ -263,7 +263,7 @@ def test_creating_dummy_without_tests_but_with_dummy_path
assert_file "spec/dummy/config/application.rb"
assert_no_file "test"
end

def test_ensure_that_gitignore_can_be_generated_from_a_template_for_dummy_path
FileUtils.cd(Rails.root)
run_generator([destination_root, "--dummy_path", "spec/dummy" "--skip-test-unit"])
Expand Down Expand Up @@ -329,4 +329,3 @@ def action(*args, &block)
silence(:stdout){ generator.send(*args, &block) }
end
end

0 comments on commit d25e79f

Please sign in to comment.