File tree Expand file tree Collapse file tree 10 files changed +547
-0
lines changed Expand file tree Collapse file tree 10 files changed +547
-0
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,14 @@ Metrics/MethodLength:
28
28
29
29
Metrics/BlockLength :
30
30
Max : 105
31
+ ExcludedMethods : [describe]
31
32
32
33
Style/StringLiterals :
33
34
EnforcedStyle : double_quotes
34
35
35
36
Style/Documentation :
36
37
Enabled : false
38
+
39
+ Style/BracesAroundHashParameters :
40
+ Exclude :
41
+ - spec/controllers/**/*
Original file line number Diff line number Diff line change @@ -92,6 +92,8 @@ group :development, :test do
92
92
end
93
93
94
94
group :test do
95
+ gem "airborne"
96
+ gem "api_matchers"
95
97
gem "capybara" , "2.13.0"
96
98
gem "capybara-screenshot"
97
99
gem "capybara-webkit" , "1.14.0"
@@ -101,6 +103,7 @@ group :test do
101
103
gem "generator_spec"
102
104
gem "launchy"
103
105
gem "poltergeist"
106
+ gem "rails-controller-testing"
104
107
gem "rails_best_practices"
105
108
gem "rspec-rails" , "3.6.1"
106
109
gem "rspec-retry"
Original file line number Diff line number Diff line change 40
40
tzinfo (~> 1.1 )
41
41
addressable (2.5.2 )
42
42
public_suffix (>= 2.0.2 , < 4.0 )
43
+ airborne (0.2.13 )
44
+ activesupport
45
+ rack
46
+ rack-test (~> 0.6 , >= 0.6.2 )
47
+ rest-client (>= 1.7.3 , < 3.0 )
48
+ rspec (~> 3.1 )
49
+ api_matchers (0.6.2 )
50
+ activesupport (>= 3.2.5 )
51
+ nokogiri (>= 1.5.2 )
52
+ rspec (>= 3.1 )
43
53
archive-zip (0.7.0 )
44
54
io-like (~> 0.3.0 )
45
55
arel (8.0.0 )
98
108
debug_inspector (0.0.3 )
99
109
diff-lcs (1.3 )
100
110
docile (1.1.5 )
111
+ domain_name (0.5.20170404 )
112
+ unf (>= 0.0.5 , < 1.0.0 )
101
113
erubi (1.7.0 )
102
114
erubis (2.7.0 )
103
115
execjs (2.7.0 )
114
126
railties (>= 3.0.0 )
115
127
globalid (0.4.1 )
116
128
activesupport (>= 4.2.0 )
129
+ http-cookie (1.0.3 )
130
+ domain_name (~> 0.5 )
117
131
i18n (0.9.1 )
118
132
concurrent-ruby (~> 1.0 )
119
133
interception (0.5 )
144
158
libv8 (~> 5.9 )
145
159
minitest (5.10.3 )
146
160
multi_json (1.12.2 )
161
+ netrc (0.11.0 )
147
162
nio4r (2.1.0 )
148
163
nokogiri (1.8.1 )
149
164
mini_portile2 (~> 2.3.0 )
192
207
bundler (>= 1.3.0 )
193
208
railties (= 5.1.4 )
194
209
sprockets-rails (>= 2.0.0 )
210
+ rails-controller-testing (1.0.2 )
211
+ actionpack (~> 5.x , >= 5.0.1 )
212
+ actionview (~> 5.x , >= 5.0.1 )
213
+ activesupport (~> 5.x )
195
214
rails-dom-testing (2.0.3 )
196
215
activesupport (>= 4.2.0 )
197
216
nokogiri (>= 1.6 )
226
245
rainbow (~> 2.2 )
227
246
redis (3.3.3 )
228
247
require_all (1.4.0 )
248
+ rest-client (2.0.2 )
249
+ http-cookie (>= 1.0.2 , < 2.0 )
250
+ mime-types (>= 1.16 , < 4.0 )
251
+ netrc (~> 0.8 )
252
+ rspec (3.6.0 )
253
+ rspec-core (~> 3.6.0 )
254
+ rspec-expectations (~> 3.6.0 )
255
+ rspec-mocks (~> 3.6.0 )
229
256
rspec-core (3.6.0 )
230
257
rspec-support (~> 3.6.0 )
231
258
rspec-expectations (3.6.0 )
306
333
thread_safe (~> 0.1 )
307
334
uglifier (3.2.0 )
308
335
execjs (>= 0.3.0 , < 3 )
336
+ unf (0.1.4 )
337
+ unf_ext
338
+ unf_ext (0.0.7.4 )
309
339
unicode-display_width (1.3.0 )
310
340
web-console (3.5.1 )
311
341
actionview (>= 5.0 )
@@ -327,6 +357,8 @@ PLATFORMS
327
357
ruby
328
358
329
359
DEPENDENCIES
360
+ airborne
361
+ api_matchers
330
362
autoprefixer-rails
331
363
awesome_print
332
364
brakeman
@@ -355,6 +387,7 @@ DEPENDENCIES
355
387
pry-stack_explorer
356
388
puma
357
389
rails (~> 5 )
390
+ rails-controller-testing
358
391
rails-html-sanitizer
359
392
rails_best_practices
360
393
rainbow
You can’t perform that action at this time.
0 commit comments