Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update specs running on rails 4.2 #79

Merged
merged 1 commit into from
Nov 23, 2015
Merged

Update specs running on rails 4.2 #79

merged 1 commit into from
Nov 23, 2015

Conversation

Fivell
Copy link
Member

@Fivell Fivell commented Nov 23, 2015

run spec on rails 4.2

@@ -8,7 +8,7 @@
require "bundler"
Bundler.setup

ENV['RAILS'] = '4.1.9'
ENV['RAILS'] = '4.2.0'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@Fivell Fivell force-pushed the rails-4-2 branch 2 times, most recently from 0f21b66 to e934624 Compare November 23, 2015 19:09
# Ensure the Active Admin load path is happy
require 'rails'

ENV['RAILS'] = Rails.version

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

ENV['RAILS_ENV'] = 'test'
# Ensure the Active Admin load path is happy
require 'rails'
ENV['RAILS'] = Rails.version

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@Fivell
Copy link
Member Author

Fivell commented Nov 23, 2015

refs #78

@Fivell Fivell changed the title Update spec_helper.rb Update specs running on rails 4.2 Nov 23, 2015
Fivell added a commit that referenced this pull request Nov 23, 2015
Update specs running on rails 4.2
@Fivell Fivell merged commit f69ceb0 into master Nov 23, 2015
@Fivell Fivell deleted the rails-4-2 branch November 23, 2015 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants