提交 d52fc25a 编写于 作者: G Guillermo Iguaran

Fixing typo in test for turn gem

上级 2692d327
...@@ -213,7 +213,7 @@ def test_inclusion_of_turn_gem_in_gemfile ...@@ -213,7 +213,7 @@ def test_inclusion_of_turn_gem_in_gemfile
def test_turn_gem_is_not_included_in_gemfile_if_skipping_test_unit def test_turn_gem_is_not_included_in_gemfile_if_skipping_test_unit
run_generator [destination_root, "--skip-test-unit"] run_generator [destination_root, "--skip-test-unit"]
assert_file "Gemfile" do |contents| 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
end end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册