Skip to content

Commit

Permalink
Use Rails 4 as default environment for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed May 26, 2016
1 parent 6947b60 commit 8821792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if ENV['APPRAISAL_INITIALIZED'] || ENV['TRAVIS']
app_name = Pathname.new(ENV['BUNDLE_GEMFILE']).basename.sub('.gemfile', '')
else
app_name = 'rails_3'
app_name = 'rails_4'
end

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

0 comments on commit 8821792

Please sign in to comment.