adds and activates fuubar when running the specs. Related with #189
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -46,6 +46,7 @@ group :development, :test do
|
|||||||
gem 'rspec-rails', '~> 3.0'
|
gem 'rspec-rails', '~> 3.0'
|
||||||
gem 'capybara'
|
gem 'capybara'
|
||||||
gem 'factory_girl_rails'
|
gem 'factory_girl_rails'
|
||||||
|
gem 'fuubar'
|
||||||
gem 'launchy'
|
gem 'launchy'
|
||||||
gem 'quiet_assets'
|
gem 'quiet_assets'
|
||||||
gem 'letter_opener_web', '~> 1.2.0'
|
gem 'letter_opener_web', '~> 1.2.0'
|
||||||
|
|||||||
@@ -132,6 +132,9 @@ GEM
|
|||||||
activesupport (~> 4.1, >= 4.1.1)
|
activesupport (~> 4.1, >= 4.1.1)
|
||||||
railties (~> 4.1, >= 4.1.1)
|
railties (~> 4.1, >= 4.1.1)
|
||||||
tzinfo (~> 1.2, >= 1.2.2)
|
tzinfo (~> 1.2, >= 1.2.2)
|
||||||
|
fuubar (2.0.0)
|
||||||
|
rspec (~> 3.0)
|
||||||
|
ruby-progressbar (~> 1.4)
|
||||||
globalid (0.3.6)
|
globalid (0.3.6)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
highline (1.7.3)
|
highline (1.7.3)
|
||||||
@@ -224,6 +227,10 @@ GEM
|
|||||||
http-cookie (>= 1.0.2, < 2.0)
|
http-cookie (>= 1.0.2, < 2.0)
|
||||||
mime-types (>= 1.16, < 3.0)
|
mime-types (>= 1.16, < 3.0)
|
||||||
netrc (~> 0.7)
|
netrc (~> 0.7)
|
||||||
|
rspec (3.3.0)
|
||||||
|
rspec-core (~> 3.3.0)
|
||||||
|
rspec-expectations (~> 3.3.0)
|
||||||
|
rspec-mocks (~> 3.3.0)
|
||||||
rspec-core (3.3.2)
|
rspec-core (3.3.2)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.3.0)
|
||||||
rspec-expectations (3.3.1)
|
rspec-expectations (3.3.1)
|
||||||
@@ -241,6 +248,7 @@ GEM
|
|||||||
rspec-mocks (~> 3.3.0)
|
rspec-mocks (~> 3.3.0)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.3.0)
|
||||||
rspec-support (3.3.0)
|
rspec-support (3.3.0)
|
||||||
|
ruby-progressbar (1.7.5)
|
||||||
sass (3.4.16)
|
sass (3.4.16)
|
||||||
sass-rails (5.0.3)
|
sass-rails (5.0.3)
|
||||||
railties (>= 4.0.0, < 5.0)
|
railties (>= 4.0.0, < 5.0)
|
||||||
@@ -327,6 +335,7 @@ DEPENDENCIES
|
|||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
foundation-rails
|
foundation-rails
|
||||||
foundation_rails_helper
|
foundation_rails_helper
|
||||||
|
fuubar
|
||||||
i18n-tasks
|
i18n-tasks
|
||||||
initialjs-rails
|
initialjs-rails
|
||||||
jquery-rails
|
jquery-rails
|
||||||
|
|||||||
Reference in New Issue
Block a user