Skip to content

Commit 8821792

Browse files
committed
Use Rails 4 as default environment for testing
1 parent 6947b60 commit 8821792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
if ENV['APPRAISAL_INITIALIZED'] || ENV['TRAVIS']
2020
app_name = Pathname.new(ENV['BUNDLE_GEMFILE']).basename.sub('.gemfile', '')
2121
else
22-
app_name = 'rails_3'
22+
app_name = 'rails_4'
2323
end
2424

2525
require File.expand_path("../../spec/app/#{app_name}/config/environment", __FILE__)

0 commit comments

Comments
 (0)