mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #1116 from guilleiguaran/typo_in_app_generator_test
Fixing typo in test for turn gem
This commit is contained in:
@@ -213,7 +213,7 @@ class AppGeneratorTest < Rails::Generators::TestCase
|
||||
def test_turn_gem_is_not_included_in_gemfile_if_skipping_test_unit
|
||||
run_generator [destination_root, "--skip-test-unit"]
|
||||
assert_file "Gemfile" do |contents|
|
||||
assert_no_match /gem 'tuarn'/, contents unless RUBY_VERSION < '1.9.2'
|
||||
assert_no_match /gem 'turn'/, contents unless RUBY_VERSION < '1.9.2'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user