36
36
minitest (~> 5.1 )
37
37
thread_safe (~> 0.3 , >= 0.3.4 )
38
38
tzinfo (~> 1.1 )
39
+ addressable (2.3.7 )
39
40
arel (6.0.0 )
40
41
autoprefixer-rails (5.1.3 )
41
42
execjs
50
51
columnize (~> 0.8 )
51
52
debugger-linecache (~> 1.2 )
52
53
slop (~> 3.6 )
54
+ capybara (2.4.4 )
55
+ mime-types (>= 1.16 )
56
+ nokogiri (>= 1.3.3 )
57
+ rack (>= 1.0.0 )
58
+ rack-test (>= 0.5.4 )
59
+ xpath (~> 2.0 )
60
+ capybara-screenshot (1.0.7 )
61
+ capybara (>= 1.0 , < 3 )
62
+ launchy
63
+ capybara-webkit (1.4.1 )
64
+ capybara (>= 2.3.0 , < 2.5.0 )
65
+ json
53
66
coffee-rails (4.1.0 )
54
67
coffee-script (>= 2.2.0 )
55
68
railties (>= 4.0.0 , < 5.0 )
60
73
columnize (0.9.0 )
61
74
debug_inspector (0.0.2 )
62
75
debugger-linecache (1.2.0 )
76
+ diff-lcs (1.2.5 )
63
77
dotenv (1.0.2 )
64
78
erubis (2.7.0 )
65
79
execjs (2.3.0 )
80
+ factory_girl (4.5.0 )
81
+ activesupport (>= 3.0.0 )
82
+ factory_girl_rails (4.5.0 )
83
+ factory_girl (~> 4.5.0 )
84
+ railties (>= 3.0.0 )
66
85
foreman (0.77.0 )
67
86
dotenv (~> 1.0.2 )
68
87
thor (~> 0.19.1 )
79
98
thor (>= 0.14 , < 2.0 )
80
99
json (1.8.2 )
81
100
kgio (2.9.3 )
101
+ launchy (2.4.3 )
102
+ addressable (~> 2.3 )
82
103
loofah (2.0.1 )
83
104
nokogiri (>= 1.5.9 )
84
105
mail (2.6.3 )
126
147
rake (10.4.2 )
127
148
rdoc (4.2.0 )
128
149
json (~> 1.4 )
150
+ rspec (3.2.0 )
151
+ rspec-core (~> 3.2.0 )
152
+ rspec-expectations (~> 3.2.0 )
153
+ rspec-mocks (~> 3.2.0 )
154
+ rspec-core (3.2.2 )
155
+ rspec-support (~> 3.2.0 )
156
+ rspec-expectations (3.2.0 )
157
+ diff-lcs (>= 1.2.0 , < 2.0 )
158
+ rspec-support (~> 3.2.0 )
159
+ rspec-instafail (0.2.6 )
160
+ rspec
161
+ rspec-mocks (3.2.1 )
162
+ diff-lcs (>= 1.2.0 , < 2.0 )
163
+ rspec-support (~> 3.2.0 )
164
+ rspec-rails (3.2.1 )
165
+ actionpack (>= 3.0 , < 4.3 )
166
+ activesupport (>= 3.0 , < 4.3 )
167
+ railties (>= 3.0 , < 4.3 )
168
+ rspec-core (~> 3.2.0 )
169
+ rspec-expectations (~> 3.2.0 )
170
+ rspec-mocks (~> 3.2.0 )
171
+ rspec-support (~> 3.2.0 )
172
+ rspec-support (3.2.2 )
129
173
sass (3.4.11 )
130
174
sass-rails (5.0.1 )
131
175
railties (>= 4.0.0 , < 5.0 )
167
211
binding_of_caller (>= 0.7.2 )
168
212
railties (~> 4.0 )
169
213
sprockets-rails (>= 2.0 , < 4.0 )
214
+ xpath (2.0.0 )
215
+ nokogiri (~> 1.3 )
170
216
171
217
PLATFORMS
172
218
ruby
@@ -175,14 +221,20 @@ DEPENDENCIES
175
221
autoprefixer-rails
176
222
bootstrap-sass (~> 3.3.1 )
177
223
byebug
224
+ capybara
225
+ capybara-screenshot
226
+ capybara-webkit
178
227
coffee-rails
228
+ factory_girl_rails
179
229
foreman
180
230
jbuilder
181
231
jquery-rails
182
232
pg
183
233
rails (~> 4.2 )
184
234
rails-html-sanitizer
185
235
rails_12factor
236
+ rspec-instafail
237
+ rspec-rails
186
238
sass-rails
187
239
sdoc
188
240
spring
0 commit comments