Skip to content

Commit

Permalink
Add arel branch to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Mar 28, 2012
1 parent 460d2c7 commit 79c8def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/shared_generator_tests.rb
Expand Up @@ -127,7 +127,7 @@ def test_edge_option
quietly { generator.invoke_all }
assert_file 'Gemfile', %r{^gem\s+["']rails["'],\s+:git\s+=>\s+["']#{Regexp.escape("git://github.com/rails/rails.git")}["'],\s+:branch\s+=>\s+["']3-2-stable["']$}
assert_file 'Gemfile', %r{^gem\s+["']journey["'],\s+:git\s+=>\s+["']#{Regexp.escape("git://github.com/rails/journey.git")}["']$}
assert_file 'Gemfile', %r{^gem\s+["']arel["'],\s+:git\s+=>\s+["']#{Regexp.escape("git://github.com/rails/arel.git")}["']$}
assert_file 'Gemfile', %r{^gem\s+["']arel["'],\s+:git\s+=>\s+["']#{Regexp.escape("git://github.com/rails/arel.git")}["'].*$}
end

def test_skip_gemfile
Expand Down

0 comments on commit 79c8def

Please sign in to comment.