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:
kikito
2015-07-27 19:04:13 +02:00
parent 1e2f8704a5
commit ec282e8d3e
2 changed files with 6 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ group :development, :test do
gem 'rspec-rails', '~> 3.0'
gem 'capybara'
gem 'factory_girl_rails'
gem 'launchy'
end
group :test do

View File

@@ -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