File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -166,15 +166,16 @@ end
166
166
167
167
group :test do
168
168
# gem 'rspec-its'
169
- gem "codeclimate-test-reporter" , require : false
170
169
gem 'capybara'
170
+ gem 'capybara-screenshot'
171
+ gem 'codeclimate-test-reporter' , require : false
171
172
gem 'database_cleaner'
172
173
gem 'fuubar' , '2.0.0.rc1'
174
+ gem 'shoulda-matchers'
173
175
gem 'simplecov'
174
176
gem 'timecop'
175
177
gem 'vcr'
176
178
gem 'webmock' , '<1.16'
177
- gem 'shoulda-matchers'
178
179
end
179
180
180
181
group :production do
Original file line number Diff line number Diff line change 119
119
rack (>= 1.0.0 )
120
120
rack-test (>= 0.5.4 )
121
121
xpath (~> 2.0 )
122
+ capybara-screenshot (0.3.21 )
123
+ capybara (>= 1.0 , < 3 )
124
+ colorize
125
+ launchy
122
126
carrierwave (0.10.0 )
123
127
activemodel (>= 3.2.0 )
124
128
activesupport (>= 3.2.0 )
149
153
execjs
150
154
coffee-script-source (1.7.1 )
151
155
color (1.7.1 )
156
+ colorize (0.7.3 )
152
157
columnize (0.8.9 )
153
158
compass (0.12.7 )
154
159
chunky_png (~> 1.2 )
@@ -710,6 +715,7 @@ DEPENDENCIES
710
715
better_errors
711
716
bson_ext
712
717
capybara
718
+ capybara-screenshot
713
719
carrierwave
714
720
carrierwave-mongoid
715
721
carrierwave_backgrounder
You can’t perform that action at this time.
0 commit comments