Keep ENV['LOCAL_HTTPS'] with ApplicationControllerSpec (fix random fail) (#3479)
* Keep ENV['LOCAL_HTTPS'] with ApplicationControllerSpec (fix random fail) * use climate_control
This commit is contained in:
parent
c00ead8a72
commit
41fa53253c
4 changed files with 19 additions and 12 deletions
1
Gemfile
1
Gemfile
|
@ -70,6 +70,7 @@ end
|
|||
|
||||
group :test do
|
||||
gem 'capybara', '~> 2.14'
|
||||
gem 'climate_control', '~> 0.2'
|
||||
gem 'faker', '~> 1.7'
|
||||
gem 'microformats2', '~> 3.0'
|
||||
gem 'rails-controller-testing', '~> 1.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue