Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed May 1, 2012
1 parent 17f2958 commit ed10107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/shared_generator_tests.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_dev_option
def test_edge_option def test_edge_option
generator([destination_root], :edge => true).expects(:bundle_command).with('install').once generator([destination_root], :edge => true).expects(:bundle_command).with('install').once
quietly { generator.invoke_all } quietly { generator.invoke_all }
assert_file 'Gemfile', %r{^gem\s+["']rails["'],\s+:git\s+=>\s+["']#{Regexp.escape("https://github.com/rails/rails.git")}["']$} assert_file 'Gemfile', %r{^gem\s+["']rails["'],\s+:github\s+=>\s+["']#{Regexp.escape("rails/rails")}["']$}
end end


def test_skip_gemfile def test_skip_gemfile
Expand Down

0 comments on commit ed10107

Please sign in to comment.