Updating test app running rake rails:update, tests running with failures

This commit is contained in:
Carlos Antonio da Silva
2013-01-22 23:01:51 -02:00
parent 1bae64d8c4
commit 9ae013ae3c
16 changed files with 134 additions and 64 deletions

3
test/rails_app/bin/bundle Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')