shoulda-context 1.2.2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +0 -1
  3. data/.hound.yml +3 -0
  4. data/.rubocop.yml +190 -0
  5. data/.ruby-version +1 -1
  6. data/.travis.yml +36 -2
  7. data/Appraisals +100 -29
  8. data/CHANGELOG.md +29 -0
  9. data/Gemfile +15 -1
  10. data/Gemfile.lock +70 -0
  11. data/MIT-LICENSE +1 -1
  12. data/README.md +140 -29
  13. data/Rakefile +20 -15
  14. data/bin/install_gems_in_all_appraisals +16 -0
  15. data/bin/run_all_tests +16 -0
  16. data/bin/setup +190 -0
  17. data/bin/supported_ruby_versions +7 -0
  18. data/bin/update_gem_in_all_appraisals +17 -0
  19. data/bin/update_gems_in_all_appraisals +16 -0
  20. data/{bin → exe}/convert_to_should_syntax +0 -0
  21. data/gemfiles/rails_4_2.gemfile +35 -0
  22. data/gemfiles/rails_4_2.gemfile.lock +234 -0
  23. data/gemfiles/rails_5_0.gemfile +33 -0
  24. data/gemfiles/rails_5_0.gemfile.lock +226 -0
  25. data/gemfiles/rails_5_1.gemfile +34 -0
  26. data/gemfiles/rails_5_1.gemfile.lock +242 -0
  27. data/gemfiles/rails_5_2.gemfile +36 -0
  28. data/gemfiles/rails_5_2.gemfile.lock +261 -0
  29. data/gemfiles/rails_6_0.gemfile +38 -0
  30. data/gemfiles/rails_6_0.gemfile.lock +286 -0
  31. data/lib/shoulda/context.rb +13 -16
  32. data/lib/shoulda/context/assertions.rb +16 -13
  33. data/lib/shoulda/context/configuration.rb +19 -0
  34. data/lib/shoulda/context/context.rb +33 -307
  35. data/lib/shoulda/context/dsl.rb +279 -0
  36. data/lib/shoulda/context/rails_test_unit_reporter_patch.rb +21 -0
  37. data/lib/shoulda/context/railtie.rb +14 -0
  38. data/lib/shoulda/context/test_framework_detection.rb +4 -5
  39. data/lib/shoulda/context/version.rb +1 -1
  40. data/lib/shoulda/context/world.rb +22 -0
  41. data/shoulda-context.gemspec +11 -18
  42. data/test/fake_rails_root/test/shoulda_macros/custom_macro.rb +1 -1
  43. data/test/fake_rails_root/vendor/gems/gem_with_macro-0.0.1/shoulda_macros/gem_macro.rb +1 -2
  44. data/test/fake_rails_root/vendor/plugins/plugin_with_macro/shoulda_macros/plugin_macro.rb +1 -2
  45. data/test/shoulda/autoload_macro_test.rb +1 -1
  46. data/test/shoulda/context_test.rb +92 -53
  47. data/test/shoulda/convert_to_should_syntax_test.rb +5 -7
  48. data/test/shoulda/helpers_test.rb +24 -59
  49. data/test/shoulda/railtie_test.rb +43 -0
  50. data/test/shoulda/rerun_snippet_test.rb +45 -0
  51. data/test/shoulda/should_test.rb +163 -24
  52. data/test/shoulda/test_framework_detection_test.rb +64 -71
  53. data/test/support/current_bundle.rb +61 -0
  54. data/test/support/rails_application_with_shoulda_context.rb +46 -0
  55. data/test/support/snowglobe.rb +5 -0
  56. data/test/test_helper.rb +43 -11
  57. metadata +46 -142
  58. data/gemfiles/minitest_4_x.gemfile +0 -7
  59. data/gemfiles/minitest_4_x.gemfile.lock +0 -96
  60. data/gemfiles/minitest_5_x.gemfile +0 -7
  61. data/gemfiles/minitest_5_x.gemfile.lock +0 -102
  62. data/gemfiles/rails_3_0.gemfile +0 -8
  63. data/gemfiles/rails_3_0.gemfile.lock +0 -93
  64. data/gemfiles/rails_3_1.gemfile +0 -10
  65. data/gemfiles/rails_3_1.gemfile.lock +0 -114
  66. data/gemfiles/rails_3_2.gemfile +0 -10
  67. data/gemfiles/rails_3_2.gemfile.lock +0 -112
  68. data/gemfiles/rails_4_0.gemfile +0 -10
  69. data/gemfiles/rails_4_0.gemfile.lock +0 -107
  70. data/gemfiles/rails_4_1.gemfile +0 -10
  71. data/gemfiles/rails_4_1.gemfile.lock +0 -119
  72. data/gemfiles/test_unit.gemfile +0 -7
  73. data/gemfiles/test_unit.gemfile.lock +0 -95
  74. data/init.rb +0 -1
  75. data/rails/init.rb +0 -4
@@ -0,0 +1,34 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal"
6
+ gem "bundler", "~> 1.0"
7
+ gem "byebug"
8
+ gem "m"
9
+ gem "minitest"
10
+ gem "mocha"
11
+ gem "pry", "~> 0.12.0"
12
+ gem "pry-byebug", "~> 3.6.0"
13
+ gem "rake"
14
+ gem "rubocop", "0.71.0"
15
+ gem "snowglobe", ">= 0.3.0"
16
+ gem "test-unit"
17
+ gem "warnings_logger"
18
+ gem "sqlite3", "~> 1.3.6"
19
+ gem "spring"
20
+ gem "spring-commands-rspec"
21
+ gem "minitest-reporters"
22
+ gem "rails", "~> 5.1.6"
23
+ gem "rails-controller-testing", ">= 1.0.1"
24
+ gem "puma", "~> 3.7"
25
+ gem "sass-rails", "~> 5.0"
26
+ gem "turbolinks", "~> 5"
27
+ gem "jbuilder", "~> 2.5"
28
+ gem "bcrypt", "~> 3.1.7"
29
+ gem "capybara", "~> 2.13"
30
+ gem "selenium-webdriver"
31
+ gem "listen", ">= 3.0.5", "< 3.2"
32
+ gem "spring-watcher-listen", "~> 2.0.0"
33
+
34
+ gemspec path: "../"
@@ -0,0 +1,242 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ shoulda-context (2.0.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ actioncable (5.1.7)
10
+ actionpack (= 5.1.7)
11
+ nio4r (~> 2.0)
12
+ websocket-driver (~> 0.6.1)
13
+ actionmailer (5.1.7)
14
+ actionpack (= 5.1.7)
15
+ actionview (= 5.1.7)
16
+ activejob (= 5.1.7)
17
+ mail (~> 2.5, >= 2.5.4)
18
+ rails-dom-testing (~> 2.0)
19
+ actionpack (5.1.7)
20
+ actionview (= 5.1.7)
21
+ activesupport (= 5.1.7)
22
+ rack (~> 2.0)
23
+ rack-test (>= 0.6.3)
24
+ rails-dom-testing (~> 2.0)
25
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
+ actionview (5.1.7)
27
+ activesupport (= 5.1.7)
28
+ builder (~> 3.1)
29
+ erubi (~> 1.4)
30
+ rails-dom-testing (~> 2.0)
31
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
+ activejob (5.1.7)
33
+ activesupport (= 5.1.7)
34
+ globalid (>= 0.3.6)
35
+ activemodel (5.1.7)
36
+ activesupport (= 5.1.7)
37
+ activerecord (5.1.7)
38
+ activemodel (= 5.1.7)
39
+ activesupport (= 5.1.7)
40
+ arel (~> 8.0)
41
+ activesupport (5.1.7)
42
+ concurrent-ruby (~> 1.0, >= 1.0.2)
43
+ i18n (>= 0.7, < 2)
44
+ minitest (~> 5.1)
45
+ tzinfo (~> 1.1)
46
+ addressable (2.7.0)
47
+ public_suffix (>= 2.0.2, < 5.0)
48
+ ansi (1.5.0)
49
+ appraisal (2.2.0)
50
+ bundler
51
+ rake
52
+ thor (>= 0.14.0)
53
+ arel (8.0.0)
54
+ ast (2.4.0)
55
+ bcrypt (3.1.13)
56
+ builder (3.2.4)
57
+ byebug (10.0.2)
58
+ capybara (2.18.0)
59
+ addressable
60
+ mini_mime (>= 0.1.3)
61
+ nokogiri (>= 1.3.3)
62
+ rack (>= 1.0.0)
63
+ rack-test (>= 0.5.4)
64
+ xpath (>= 2.0, < 4.0)
65
+ childprocess (3.0.0)
66
+ coderay (1.1.2)
67
+ concurrent-ruby (1.1.6)
68
+ crass (1.0.6)
69
+ erubi (1.9.0)
70
+ ffi (1.12.2)
71
+ globalid (0.4.2)
72
+ activesupport (>= 4.2.0)
73
+ i18n (1.8.2)
74
+ concurrent-ruby (~> 1.0)
75
+ jaro_winkler (1.5.4)
76
+ jbuilder (2.10.0)
77
+ activesupport (>= 5.0.0)
78
+ listen (3.1.5)
79
+ rb-fsevent (~> 0.9, >= 0.9.4)
80
+ rb-inotify (~> 0.9, >= 0.9.7)
81
+ ruby_dep (~> 1.2)
82
+ loofah (2.4.0)
83
+ crass (~> 1.0.2)
84
+ nokogiri (>= 1.5.9)
85
+ m (1.5.1)
86
+ method_source (>= 0.6.7)
87
+ rake (>= 0.9.2.2)
88
+ mail (2.7.1)
89
+ mini_mime (>= 0.1.1)
90
+ method_source (0.9.2)
91
+ mini_mime (1.0.2)
92
+ mini_portile2 (2.4.0)
93
+ minitest (5.14.0)
94
+ minitest-reporters (1.4.2)
95
+ ansi
96
+ builder
97
+ minitest (>= 5.0)
98
+ ruby-progressbar
99
+ mocha (1.11.2)
100
+ nio4r (2.5.2)
101
+ nokogiri (1.10.9)
102
+ mini_portile2 (~> 2.4.0)
103
+ parallel (1.19.1)
104
+ parser (2.7.1.0)
105
+ ast (~> 2.4.0)
106
+ power_assert (1.1.7)
107
+ pry (0.12.2)
108
+ coderay (~> 1.1.0)
109
+ method_source (~> 0.9.0)
110
+ pry-byebug (3.6.0)
111
+ byebug (~> 10.0)
112
+ pry (~> 0.10)
113
+ public_suffix (4.0.3)
114
+ puma (3.12.4)
115
+ rack (2.2.2)
116
+ rack-test (1.1.0)
117
+ rack (>= 1.0, < 3)
118
+ rails (5.1.7)
119
+ actioncable (= 5.1.7)
120
+ actionmailer (= 5.1.7)
121
+ actionpack (= 5.1.7)
122
+ actionview (= 5.1.7)
123
+ activejob (= 5.1.7)
124
+ activemodel (= 5.1.7)
125
+ activerecord (= 5.1.7)
126
+ activesupport (= 5.1.7)
127
+ bundler (>= 1.3.0)
128
+ railties (= 5.1.7)
129
+ sprockets-rails (>= 2.0.0)
130
+ rails-controller-testing (1.0.4)
131
+ actionpack (>= 5.0.1.x)
132
+ actionview (>= 5.0.1.x)
133
+ activesupport (>= 5.0.1.x)
134
+ rails-dom-testing (2.0.3)
135
+ activesupport (>= 4.2.0)
136
+ nokogiri (>= 1.6)
137
+ rails-html-sanitizer (1.3.0)
138
+ loofah (~> 2.3)
139
+ railties (5.1.7)
140
+ actionpack (= 5.1.7)
141
+ activesupport (= 5.1.7)
142
+ method_source
143
+ rake (>= 0.8.7)
144
+ thor (>= 0.18.1, < 2.0)
145
+ rainbow (3.0.0)
146
+ rake (13.0.1)
147
+ rb-fsevent (0.10.3)
148
+ rb-inotify (0.10.1)
149
+ ffi (~> 1.0)
150
+ rubocop (0.71.0)
151
+ jaro_winkler (~> 1.5.1)
152
+ parallel (~> 1.10)
153
+ parser (>= 2.6)
154
+ rainbow (>= 2.2.2, < 4.0)
155
+ ruby-progressbar (~> 1.7)
156
+ unicode-display_width (>= 1.4.0, < 1.7)
157
+ ruby-progressbar (1.10.1)
158
+ ruby_dep (1.5.0)
159
+ rubyzip (2.3.0)
160
+ sass (3.7.4)
161
+ sass-listen (~> 4.0.0)
162
+ sass-listen (4.0.0)
163
+ rb-fsevent (~> 0.9, >= 0.9.4)
164
+ rb-inotify (~> 0.9, >= 0.9.7)
165
+ sass-rails (5.0.7)
166
+ railties (>= 4.0.0, < 6)
167
+ sass (~> 3.1)
168
+ sprockets (>= 2.8, < 4.0)
169
+ sprockets-rails (>= 2.0, < 4.0)
170
+ tilt (>= 1.1, < 3)
171
+ selenium-webdriver (3.142.7)
172
+ childprocess (>= 0.5, < 4.0)
173
+ rubyzip (>= 1.2.2)
174
+ snowglobe (0.3.0)
175
+ spring (2.1.0)
176
+ spring-commands-rspec (1.0.4)
177
+ spring (>= 0.9.1)
178
+ spring-watcher-listen (2.0.1)
179
+ listen (>= 2.7, < 4.0)
180
+ spring (>= 1.2, < 3.0)
181
+ sprockets (3.7.2)
182
+ concurrent-ruby (~> 1.0)
183
+ rack (> 1, < 3)
184
+ sprockets-rails (3.2.1)
185
+ actionpack (>= 4.0)
186
+ activesupport (>= 4.0)
187
+ sprockets (>= 3.0.0)
188
+ sqlite3 (1.3.13)
189
+ test-unit (3.3.5)
190
+ power_assert
191
+ thor (1.0.1)
192
+ thread_safe (0.3.6)
193
+ tilt (2.0.10)
194
+ turbolinks (5.2.1)
195
+ turbolinks-source (~> 5.2)
196
+ turbolinks-source (5.2.0)
197
+ tzinfo (1.2.7)
198
+ thread_safe (~> 0.1)
199
+ unicode-display_width (1.6.1)
200
+ warnings_logger (0.1.0)
201
+ websocket-driver (0.6.5)
202
+ websocket-extensions (>= 0.1.0)
203
+ websocket-extensions (0.1.4)
204
+ xpath (3.2.0)
205
+ nokogiri (~> 1.8)
206
+
207
+ PLATFORMS
208
+ ruby
209
+
210
+ DEPENDENCIES
211
+ appraisal
212
+ bcrypt (~> 3.1.7)
213
+ bundler (~> 1.0)
214
+ byebug
215
+ capybara (~> 2.13)
216
+ jbuilder (~> 2.5)
217
+ listen (>= 3.0.5, < 3.2)
218
+ m
219
+ minitest
220
+ minitest-reporters
221
+ mocha
222
+ pry (~> 0.12.0)
223
+ pry-byebug (~> 3.6.0)
224
+ puma (~> 3.7)
225
+ rails (~> 5.1.6)
226
+ rails-controller-testing (>= 1.0.1)
227
+ rake
228
+ rubocop (= 0.71.0)
229
+ sass-rails (~> 5.0)
230
+ selenium-webdriver
231
+ shoulda-context!
232
+ snowglobe (>= 0.3.0)
233
+ spring
234
+ spring-commands-rspec
235
+ spring-watcher-listen (~> 2.0.0)
236
+ sqlite3 (~> 1.3.6)
237
+ test-unit
238
+ turbolinks (~> 5)
239
+ warnings_logger
240
+
241
+ BUNDLED WITH
242
+ 1.17.3
@@ -0,0 +1,36 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal"
6
+ gem "bundler", "~> 1.0"
7
+ gem "byebug"
8
+ gem "m"
9
+ gem "minitest"
10
+ gem "mocha"
11
+ gem "pry", "~> 0.12.0"
12
+ gem "pry-byebug", "~> 3.6.0"
13
+ gem "rake"
14
+ gem "rubocop", "0.71.0"
15
+ gem "snowglobe", ">= 0.3.0"
16
+ gem "test-unit"
17
+ gem "warnings_logger"
18
+ gem "sqlite3", "~> 1.3.6"
19
+ gem "spring"
20
+ gem "spring-commands-rspec"
21
+ gem "minitest-reporters"
22
+ gem "rails", "~> 5.2.2"
23
+ gem "rails-controller-testing", ">= 1.0.1"
24
+ gem "puma", "~> 3.11"
25
+ gem "bootsnap", ">= 1.1.0", require: false
26
+ gem "sass-rails", "~> 5.0"
27
+ gem "turbolinks", "~> 5"
28
+ gem "jbuilder", "~> 2.5"
29
+ gem "bcrypt", "~> 3.1.7"
30
+ gem "capybara", "~> 3.1.1"
31
+ gem "selenium-webdriver"
32
+ gem "chromedriver-helper"
33
+ gem "listen", ">= 3.0.5", "< 3.2"
34
+ gem "spring-watcher-listen", "~> 2.0.0"
35
+
36
+ gemspec path: "../"
@@ -0,0 +1,261 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ shoulda-context (2.0.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ actioncable (5.2.4.2)
10
+ actionpack (= 5.2.4.2)
11
+ nio4r (~> 2.0)
12
+ websocket-driver (>= 0.6.1)
13
+ actionmailer (5.2.4.2)
14
+ actionpack (= 5.2.4.2)
15
+ actionview (= 5.2.4.2)
16
+ activejob (= 5.2.4.2)
17
+ mail (~> 2.5, >= 2.5.4)
18
+ rails-dom-testing (~> 2.0)
19
+ actionpack (5.2.4.2)
20
+ actionview (= 5.2.4.2)
21
+ activesupport (= 5.2.4.2)
22
+ rack (~> 2.0, >= 2.0.8)
23
+ rack-test (>= 0.6.3)
24
+ rails-dom-testing (~> 2.0)
25
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
+ actionview (5.2.4.2)
27
+ activesupport (= 5.2.4.2)
28
+ builder (~> 3.1)
29
+ erubi (~> 1.4)
30
+ rails-dom-testing (~> 2.0)
31
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
+ activejob (5.2.4.2)
33
+ activesupport (= 5.2.4.2)
34
+ globalid (>= 0.3.6)
35
+ activemodel (5.2.4.2)
36
+ activesupport (= 5.2.4.2)
37
+ activerecord (5.2.4.2)
38
+ activemodel (= 5.2.4.2)
39
+ activesupport (= 5.2.4.2)
40
+ arel (>= 9.0)
41
+ activestorage (5.2.4.2)
42
+ actionpack (= 5.2.4.2)
43
+ activerecord (= 5.2.4.2)
44
+ marcel (~> 0.3.1)
45
+ activesupport (5.2.4.2)
46
+ concurrent-ruby (~> 1.0, >= 1.0.2)
47
+ i18n (>= 0.7, < 2)
48
+ minitest (~> 5.1)
49
+ tzinfo (~> 1.1)
50
+ addressable (2.7.0)
51
+ public_suffix (>= 2.0.2, < 5.0)
52
+ ansi (1.5.0)
53
+ appraisal (2.2.0)
54
+ bundler
55
+ rake
56
+ thor (>= 0.14.0)
57
+ archive-zip (0.12.0)
58
+ io-like (~> 0.3.0)
59
+ arel (9.0.0)
60
+ ast (2.4.0)
61
+ bcrypt (3.1.13)
62
+ bootsnap (1.4.6)
63
+ msgpack (~> 1.0)
64
+ builder (3.2.4)
65
+ byebug (10.0.2)
66
+ capybara (3.1.1)
67
+ addressable
68
+ mini_mime (>= 0.1.3)
69
+ nokogiri (~> 1.8)
70
+ rack (>= 1.6.0)
71
+ rack-test (>= 0.6.3)
72
+ xpath (~> 3.0)
73
+ childprocess (3.0.0)
74
+ chromedriver-helper (2.1.1)
75
+ archive-zip (~> 0.10)
76
+ nokogiri (~> 1.8)
77
+ coderay (1.1.2)
78
+ concurrent-ruby (1.1.6)
79
+ crass (1.0.6)
80
+ erubi (1.9.0)
81
+ ffi (1.12.2)
82
+ globalid (0.4.2)
83
+ activesupport (>= 4.2.0)
84
+ i18n (1.8.2)
85
+ concurrent-ruby (~> 1.0)
86
+ io-like (0.3.1)
87
+ jaro_winkler (1.5.4)
88
+ jbuilder (2.10.0)
89
+ activesupport (>= 5.0.0)
90
+ listen (3.1.5)
91
+ rb-fsevent (~> 0.9, >= 0.9.4)
92
+ rb-inotify (~> 0.9, >= 0.9.7)
93
+ ruby_dep (~> 1.2)
94
+ loofah (2.4.0)
95
+ crass (~> 1.0.2)
96
+ nokogiri (>= 1.5.9)
97
+ m (1.5.1)
98
+ method_source (>= 0.6.7)
99
+ rake (>= 0.9.2.2)
100
+ mail (2.7.1)
101
+ mini_mime (>= 0.1.1)
102
+ marcel (0.3.3)
103
+ mimemagic (~> 0.3.2)
104
+ method_source (0.9.2)
105
+ mimemagic (0.3.4)
106
+ mini_mime (1.0.2)
107
+ mini_portile2 (2.4.0)
108
+ minitest (5.14.0)
109
+ minitest-reporters (1.4.2)
110
+ ansi
111
+ builder
112
+ minitest (>= 5.0)
113
+ ruby-progressbar
114
+ mocha (1.11.2)
115
+ msgpack (1.3.3)
116
+ nio4r (2.5.2)
117
+ nokogiri (1.10.9)
118
+ mini_portile2 (~> 2.4.0)
119
+ parallel (1.19.1)
120
+ parser (2.7.1.0)
121
+ ast (~> 2.4.0)
122
+ power_assert (1.1.7)
123
+ pry (0.12.2)
124
+ coderay (~> 1.1.0)
125
+ method_source (~> 0.9.0)
126
+ pry-byebug (3.6.0)
127
+ byebug (~> 10.0)
128
+ pry (~> 0.10)
129
+ public_suffix (4.0.3)
130
+ puma (3.12.4)
131
+ rack (2.2.2)
132
+ rack-test (1.1.0)
133
+ rack (>= 1.0, < 3)
134
+ rails (5.2.4.2)
135
+ actioncable (= 5.2.4.2)
136
+ actionmailer (= 5.2.4.2)
137
+ actionpack (= 5.2.4.2)
138
+ actionview (= 5.2.4.2)
139
+ activejob (= 5.2.4.2)
140
+ activemodel (= 5.2.4.2)
141
+ activerecord (= 5.2.4.2)
142
+ activestorage (= 5.2.4.2)
143
+ activesupport (= 5.2.4.2)
144
+ bundler (>= 1.3.0)
145
+ railties (= 5.2.4.2)
146
+ sprockets-rails (>= 2.0.0)
147
+ rails-controller-testing (1.0.4)
148
+ actionpack (>= 5.0.1.x)
149
+ actionview (>= 5.0.1.x)
150
+ activesupport (>= 5.0.1.x)
151
+ rails-dom-testing (2.0.3)
152
+ activesupport (>= 4.2.0)
153
+ nokogiri (>= 1.6)
154
+ rails-html-sanitizer (1.3.0)
155
+ loofah (~> 2.3)
156
+ railties (5.2.4.2)
157
+ actionpack (= 5.2.4.2)
158
+ activesupport (= 5.2.4.2)
159
+ method_source
160
+ rake (>= 0.8.7)
161
+ thor (>= 0.19.0, < 2.0)
162
+ rainbow (3.0.0)
163
+ rake (13.0.1)
164
+ rb-fsevent (0.10.3)
165
+ rb-inotify (0.10.1)
166
+ ffi (~> 1.0)
167
+ rubocop (0.71.0)
168
+ jaro_winkler (~> 1.5.1)
169
+ parallel (~> 1.10)
170
+ parser (>= 2.6)
171
+ rainbow (>= 2.2.2, < 4.0)
172
+ ruby-progressbar (~> 1.7)
173
+ unicode-display_width (>= 1.4.0, < 1.7)
174
+ ruby-progressbar (1.10.1)
175
+ ruby_dep (1.5.0)
176
+ rubyzip (2.3.0)
177
+ sass (3.7.4)
178
+ sass-listen (~> 4.0.0)
179
+ sass-listen (4.0.0)
180
+ rb-fsevent (~> 0.9, >= 0.9.4)
181
+ rb-inotify (~> 0.9, >= 0.9.7)
182
+ sass-rails (5.1.0)
183
+ railties (>= 5.2.0)
184
+ sass (~> 3.1)
185
+ sprockets (>= 2.8, < 4.0)
186
+ sprockets-rails (>= 2.0, < 4.0)
187
+ tilt (>= 1.1, < 3)
188
+ selenium-webdriver (3.142.7)
189
+ childprocess (>= 0.5, < 4.0)
190
+ rubyzip (>= 1.2.2)
191
+ snowglobe (0.3.0)
192
+ spring (2.1.0)
193
+ spring-commands-rspec (1.0.4)
194
+ spring (>= 0.9.1)
195
+ spring-watcher-listen (2.0.1)
196
+ listen (>= 2.7, < 4.0)
197
+ spring (>= 1.2, < 3.0)
198
+ sprockets (3.7.2)
199
+ concurrent-ruby (~> 1.0)
200
+ rack (> 1, < 3)
201
+ sprockets-rails (3.2.1)
202
+ actionpack (>= 4.0)
203
+ activesupport (>= 4.0)
204
+ sprockets (>= 3.0.0)
205
+ sqlite3 (1.3.13)
206
+ test-unit (3.3.5)
207
+ power_assert
208
+ thor (1.0.1)
209
+ thread_safe (0.3.6)
210
+ tilt (2.0.10)
211
+ turbolinks (5.2.1)
212
+ turbolinks-source (~> 5.2)
213
+ turbolinks-source (5.2.0)
214
+ tzinfo (1.2.7)
215
+ thread_safe (~> 0.1)
216
+ unicode-display_width (1.6.1)
217
+ warnings_logger (0.1.0)
218
+ websocket-driver (0.7.1)
219
+ websocket-extensions (>= 0.1.0)
220
+ websocket-extensions (0.1.4)
221
+ xpath (3.2.0)
222
+ nokogiri (~> 1.8)
223
+
224
+ PLATFORMS
225
+ ruby
226
+
227
+ DEPENDENCIES
228
+ appraisal
229
+ bcrypt (~> 3.1.7)
230
+ bootsnap (>= 1.1.0)
231
+ bundler (~> 1.0)
232
+ byebug
233
+ capybara (~> 3.1.1)
234
+ chromedriver-helper
235
+ jbuilder (~> 2.5)
236
+ listen (>= 3.0.5, < 3.2)
237
+ m
238
+ minitest
239
+ minitest-reporters
240
+ mocha
241
+ pry (~> 0.12.0)
242
+ pry-byebug (~> 3.6.0)
243
+ puma (~> 3.11)
244
+ rails (~> 5.2.2)
245
+ rails-controller-testing (>= 1.0.1)
246
+ rake
247
+ rubocop (= 0.71.0)
248
+ sass-rails (~> 5.0)
249
+ selenium-webdriver
250
+ shoulda-context!
251
+ snowglobe (>= 0.3.0)
252
+ spring
253
+ spring-commands-rspec
254
+ spring-watcher-listen (~> 2.0.0)
255
+ sqlite3 (~> 1.3.6)
256
+ test-unit
257
+ turbolinks (~> 5)
258
+ warnings_logger
259
+
260
+ BUNDLED WITH
261
+ 1.17.3