Add debug gem: launchy
you can write save_and_open_page to see the page’s status inside a feature
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -48,10 +48,11 @@ group :development, :test do
|
||||
gem 'rspec-rails', '~> 3.0'
|
||||
gem 'capybara'
|
||||
gem 'factory_girl_rails'
|
||||
gem 'launchy'
|
||||
end
|
||||
|
||||
group :test do
|
||||
gem 'database_cleaner'
|
||||
gem 'database_cleaner'
|
||||
gem 'poltergeist'
|
||||
end
|
||||
|
||||
|
||||
@@ -43,6 +43,7 @@ GEM
|
||||
activesupport (>= 4.0)
|
||||
awesome_nested_set (>= 3.0)
|
||||
acts_as_votable (0.10.0)
|
||||
addressable (2.3.8)
|
||||
arel (6.0.2)
|
||||
awesome_nested_set (3.0.2)
|
||||
activerecord (>= 4.0.0, < 5)
|
||||
@@ -98,6 +99,8 @@ GEM
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.8.3)
|
||||
launchy (2.4.3)
|
||||
addressable (~> 2.3)
|
||||
loofah (2.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
mail (2.6.3)
|
||||
@@ -219,6 +222,7 @@ DEPENDENCIES
|
||||
foundation-rails
|
||||
jbuilder (~> 2.0)
|
||||
jquery-rails
|
||||
launchy
|
||||
pg
|
||||
poltergeist
|
||||
rails (= 4.2.3)
|
||||
@@ -230,6 +234,3 @@ DEPENDENCIES
|
||||
turbolinks
|
||||
uglifier (>= 1.3.0)
|
||||
web-console (~> 2.0)
|
||||
|
||||
BUNDLED WITH
|
||||
1.10.5
|
||||
|
||||
Reference in New Issue
Block a user