rspec-resembles_json_matchers 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.rspec +2 -0
  4. data/.travis.yml +16 -0
  5. data/Appraisals +14 -0
  6. data/Gemfile +4 -0
  7. data/Guardfile +47 -0
  8. data/README.md +225 -0
  9. data/Rakefile +6 -0
  10. data/examples/example_spec.rb +123 -0
  11. data/gemfiles/rails_42.gemfile +8 -0
  12. data/gemfiles/rails_42.gemfile.lock +173 -0
  13. data/gemfiles/rails_42_rspec_33.gemfile +8 -0
  14. data/gemfiles/rails_42_rspec_33.gemfile.lock +173 -0
  15. data/gemfiles/rails_5.gemfile +8 -0
  16. data/gemfiles/rails_5.gemfile.lock +184 -0
  17. data/lib/rspec/resembles_json_matchers.rb +57 -0
  18. data/lib/rspec/resembles_json_matchers/attribute_matcher.rb +85 -0
  19. data/lib/rspec/resembles_json_matchers/helpers.rb +29 -0
  20. data/lib/rspec/resembles_json_matchers/json_matcher.rb +85 -0
  21. data/lib/rspec/resembles_json_matchers/matcherizer.rb +25 -0
  22. data/lib/rspec/resembles_json_matchers/resembles_any_of_matcher.rb +61 -0
  23. data/lib/rspec/resembles_json_matchers/resembles_array_matcher.rb +35 -0
  24. data/lib/rspec/resembles_json_matchers/resembles_class_matcher.rb +29 -0
  25. data/lib/rspec/resembles_json_matchers/resembles_date_matcher.rb +44 -0
  26. data/lib/rspec/resembles_json_matchers/resembles_hash_matcher.rb +110 -0
  27. data/lib/rspec/resembles_json_matchers/resembles_matcher.rb +59 -0
  28. data/lib/rspec/resembles_json_matchers/resembles_numeric_matcher.rb +32 -0
  29. data/lib/rspec/resembles_json_matchers/resembles_route_matcher.rb +25 -0
  30. data/lib/rspec/resembles_json_matchers/resembles_string_matcher.rb +25 -0
  31. data/lib/rspec/resembles_json_matchers/version.rb +5 -0
  32. data/rspec-resembles_json_matchers.gemspec +39 -0
  33. metadata +226 -0
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 4.2.0"
6
+ gem "rspec", "~> 3.4.0"
7
+
8
+ gemspec :path => "../"
@@ -0,0 +1,173 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ rspec-resembles_json_matchers (0.1.0)
5
+ activesupport (>= 4.0)
6
+ rspec (>= 2.0, < 4.0.0.a)
7
+ rspec-expectations (>= 2.0, < 4.0.0.a)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionmailer (4.2.5.1)
13
+ actionpack (= 4.2.5.1)
14
+ actionview (= 4.2.5.1)
15
+ activejob (= 4.2.5.1)
16
+ mail (~> 2.5, >= 2.5.4)
17
+ rails-dom-testing (~> 1.0, >= 1.0.5)
18
+ actionpack (4.2.5.1)
19
+ actionview (= 4.2.5.1)
20
+ activesupport (= 4.2.5.1)
21
+ rack (~> 1.6)
22
+ rack-test (~> 0.6.2)
23
+ rails-dom-testing (~> 1.0, >= 1.0.5)
24
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
25
+ actionview (4.2.5.1)
26
+ activesupport (= 4.2.5.1)
27
+ builder (~> 3.1)
28
+ erubis (~> 2.7.0)
29
+ rails-dom-testing (~> 1.0, >= 1.0.5)
30
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
+ activejob (4.2.5.1)
32
+ activesupport (= 4.2.5.1)
33
+ globalid (>= 0.3.0)
34
+ activemodel (4.2.5.1)
35
+ activesupport (= 4.2.5.1)
36
+ builder (~> 3.1)
37
+ activerecord (4.2.5.1)
38
+ activemodel (= 4.2.5.1)
39
+ activesupport (= 4.2.5.1)
40
+ arel (~> 6.0)
41
+ activesupport (4.2.5.1)
42
+ i18n (~> 0.7)
43
+ json (~> 1.7, >= 1.7.7)
44
+ minitest (~> 5.1)
45
+ thread_safe (~> 0.3, >= 0.3.4)
46
+ tzinfo (~> 1.1)
47
+ appraisal (2.1.0)
48
+ bundler
49
+ rake
50
+ thor (>= 0.14.0)
51
+ arel (6.0.3)
52
+ awesome_print (1.6.1)
53
+ builder (3.2.2)
54
+ coderay (1.1.1)
55
+ concurrent-ruby (1.0.0)
56
+ diff-lcs (1.2.5)
57
+ erubis (2.7.0)
58
+ ffi (1.9.10)
59
+ formatador (0.2.5)
60
+ globalid (0.3.6)
61
+ activesupport (>= 4.1.0)
62
+ guard (2.13.0)
63
+ formatador (>= 0.2.4)
64
+ listen (>= 2.7, <= 4.0)
65
+ lumberjack (~> 1.0)
66
+ nenv (~> 0.1)
67
+ notiffany (~> 0.0)
68
+ pry (>= 0.9.12)
69
+ shellany (~> 0.0)
70
+ thor (>= 0.18.1)
71
+ guard-compat (1.2.1)
72
+ guard-rspec (4.6.4)
73
+ guard (~> 2.1)
74
+ guard-compat (~> 1.1)
75
+ rspec (>= 2.99.0, < 4.0)
76
+ i18n (0.7.0)
77
+ json (1.8.3)
78
+ listen (3.0.6)
79
+ rb-fsevent (>= 0.9.3)
80
+ rb-inotify (>= 0.9.7)
81
+ loofah (2.0.3)
82
+ nokogiri (>= 1.5.9)
83
+ lumberjack (1.0.10)
84
+ mail (2.6.3)
85
+ mime-types (>= 1.16, < 3)
86
+ method_source (0.8.2)
87
+ mime-types (2.99)
88
+ mini_portile2 (2.0.0)
89
+ minitest (5.8.4)
90
+ nenv (0.3.0)
91
+ nokogiri (1.6.7.2)
92
+ mini_portile2 (~> 2.0.0.rc2)
93
+ notiffany (0.0.8)
94
+ nenv (~> 0.1)
95
+ shellany (~> 0.0)
96
+ pry (0.10.3)
97
+ coderay (~> 1.1.0)
98
+ method_source (~> 0.8.1)
99
+ slop (~> 3.4)
100
+ rack (1.6.4)
101
+ rack-test (0.6.3)
102
+ rack (>= 1.0)
103
+ rails (4.2.5.1)
104
+ actionmailer (= 4.2.5.1)
105
+ actionpack (= 4.2.5.1)
106
+ actionview (= 4.2.5.1)
107
+ activejob (= 4.2.5.1)
108
+ activemodel (= 4.2.5.1)
109
+ activerecord (= 4.2.5.1)
110
+ activesupport (= 4.2.5.1)
111
+ bundler (>= 1.3.0, < 2.0)
112
+ railties (= 4.2.5.1)
113
+ sprockets-rails
114
+ rails-deprecated_sanitizer (1.0.3)
115
+ activesupport (>= 4.2.0.alpha)
116
+ rails-dom-testing (1.0.7)
117
+ activesupport (>= 4.2.0.beta, < 5.0)
118
+ nokogiri (~> 1.6.0)
119
+ rails-deprecated_sanitizer (>= 1.0.1)
120
+ rails-html-sanitizer (1.0.3)
121
+ loofah (~> 2.0)
122
+ railties (4.2.5.1)
123
+ actionpack (= 4.2.5.1)
124
+ activesupport (= 4.2.5.1)
125
+ rake (>= 0.8.7)
126
+ thor (>= 0.18.1, < 2.0)
127
+ rake (10.5.0)
128
+ rb-fsevent (0.9.7)
129
+ rb-inotify (0.9.7)
130
+ ffi (>= 0.5.0)
131
+ rspec (3.4.0)
132
+ rspec-core (~> 3.4.0)
133
+ rspec-expectations (~> 3.4.0)
134
+ rspec-mocks (~> 3.4.0)
135
+ rspec-core (3.4.1)
136
+ rspec-support (~> 3.4.0)
137
+ rspec-expectations (3.4.0)
138
+ diff-lcs (>= 1.2.0, < 2.0)
139
+ rspec-support (~> 3.4.0)
140
+ rspec-mocks (3.4.1)
141
+ diff-lcs (>= 1.2.0, < 2.0)
142
+ rspec-support (~> 3.4.0)
143
+ rspec-support (3.4.1)
144
+ shellany (0.0.1)
145
+ slop (3.6.0)
146
+ sprockets (3.5.2)
147
+ concurrent-ruby (~> 1.0)
148
+ rack (> 1, < 3)
149
+ sprockets-rails (3.0.1)
150
+ actionpack (>= 4.0)
151
+ activesupport (>= 4.0)
152
+ sprockets (>= 3.0.0)
153
+ thor (0.19.1)
154
+ thread_safe (0.3.5)
155
+ tzinfo (1.2.2)
156
+ thread_safe (~> 0.1)
157
+
158
+ PLATFORMS
159
+ ruby
160
+
161
+ DEPENDENCIES
162
+ appraisal
163
+ awesome_print
164
+ bundler (~> 1.11)
165
+ guard
166
+ guard-rspec
167
+ rails (~> 4.2.0)
168
+ rake (~> 10.0)
169
+ rspec (~> 3.4.0)
170
+ rspec-resembles_json_matchers!
171
+
172
+ BUNDLED WITH
173
+ 1.11.2
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 4.2.0"
6
+ gem "rspec", "~> 3.3.0"
7
+
8
+ gemspec :path => "../"
@@ -0,0 +1,173 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ rspec-resembles_json_matchers (0.1.0)
5
+ activesupport (>= 4.0)
6
+ rspec (>= 2.0, < 4.0.0.a)
7
+ rspec-expectations (>= 2.0, < 4.0.0.a)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionmailer (4.2.5.1)
13
+ actionpack (= 4.2.5.1)
14
+ actionview (= 4.2.5.1)
15
+ activejob (= 4.2.5.1)
16
+ mail (~> 2.5, >= 2.5.4)
17
+ rails-dom-testing (~> 1.0, >= 1.0.5)
18
+ actionpack (4.2.5.1)
19
+ actionview (= 4.2.5.1)
20
+ activesupport (= 4.2.5.1)
21
+ rack (~> 1.6)
22
+ rack-test (~> 0.6.2)
23
+ rails-dom-testing (~> 1.0, >= 1.0.5)
24
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
25
+ actionview (4.2.5.1)
26
+ activesupport (= 4.2.5.1)
27
+ builder (~> 3.1)
28
+ erubis (~> 2.7.0)
29
+ rails-dom-testing (~> 1.0, >= 1.0.5)
30
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
+ activejob (4.2.5.1)
32
+ activesupport (= 4.2.5.1)
33
+ globalid (>= 0.3.0)
34
+ activemodel (4.2.5.1)
35
+ activesupport (= 4.2.5.1)
36
+ builder (~> 3.1)
37
+ activerecord (4.2.5.1)
38
+ activemodel (= 4.2.5.1)
39
+ activesupport (= 4.2.5.1)
40
+ arel (~> 6.0)
41
+ activesupport (4.2.5.1)
42
+ i18n (~> 0.7)
43
+ json (~> 1.7, >= 1.7.7)
44
+ minitest (~> 5.1)
45
+ thread_safe (~> 0.3, >= 0.3.4)
46
+ tzinfo (~> 1.1)
47
+ appraisal (2.1.0)
48
+ bundler
49
+ rake
50
+ thor (>= 0.14.0)
51
+ arel (6.0.3)
52
+ awesome_print (1.6.1)
53
+ builder (3.2.2)
54
+ coderay (1.1.1)
55
+ concurrent-ruby (1.0.0)
56
+ diff-lcs (1.2.5)
57
+ erubis (2.7.0)
58
+ ffi (1.9.10)
59
+ formatador (0.2.5)
60
+ globalid (0.3.6)
61
+ activesupport (>= 4.1.0)
62
+ guard (2.13.0)
63
+ formatador (>= 0.2.4)
64
+ listen (>= 2.7, <= 4.0)
65
+ lumberjack (~> 1.0)
66
+ nenv (~> 0.1)
67
+ notiffany (~> 0.0)
68
+ pry (>= 0.9.12)
69
+ shellany (~> 0.0)
70
+ thor (>= 0.18.1)
71
+ guard-compat (1.2.1)
72
+ guard-rspec (4.6.4)
73
+ guard (~> 2.1)
74
+ guard-compat (~> 1.1)
75
+ rspec (>= 2.99.0, < 4.0)
76
+ i18n (0.7.0)
77
+ json (1.8.3)
78
+ listen (3.0.6)
79
+ rb-fsevent (>= 0.9.3)
80
+ rb-inotify (>= 0.9.7)
81
+ loofah (2.0.3)
82
+ nokogiri (>= 1.5.9)
83
+ lumberjack (1.0.10)
84
+ mail (2.6.3)
85
+ mime-types (>= 1.16, < 3)
86
+ method_source (0.8.2)
87
+ mime-types (2.99)
88
+ mini_portile2 (2.0.0)
89
+ minitest (5.8.4)
90
+ nenv (0.3.0)
91
+ nokogiri (1.6.7.2)
92
+ mini_portile2 (~> 2.0.0.rc2)
93
+ notiffany (0.0.8)
94
+ nenv (~> 0.1)
95
+ shellany (~> 0.0)
96
+ pry (0.10.3)
97
+ coderay (~> 1.1.0)
98
+ method_source (~> 0.8.1)
99
+ slop (~> 3.4)
100
+ rack (1.6.4)
101
+ rack-test (0.6.3)
102
+ rack (>= 1.0)
103
+ rails (4.2.5.1)
104
+ actionmailer (= 4.2.5.1)
105
+ actionpack (= 4.2.5.1)
106
+ actionview (= 4.2.5.1)
107
+ activejob (= 4.2.5.1)
108
+ activemodel (= 4.2.5.1)
109
+ activerecord (= 4.2.5.1)
110
+ activesupport (= 4.2.5.1)
111
+ bundler (>= 1.3.0, < 2.0)
112
+ railties (= 4.2.5.1)
113
+ sprockets-rails
114
+ rails-deprecated_sanitizer (1.0.3)
115
+ activesupport (>= 4.2.0.alpha)
116
+ rails-dom-testing (1.0.7)
117
+ activesupport (>= 4.2.0.beta, < 5.0)
118
+ nokogiri (~> 1.6.0)
119
+ rails-deprecated_sanitizer (>= 1.0.1)
120
+ rails-html-sanitizer (1.0.3)
121
+ loofah (~> 2.0)
122
+ railties (4.2.5.1)
123
+ actionpack (= 4.2.5.1)
124
+ activesupport (= 4.2.5.1)
125
+ rake (>= 0.8.7)
126
+ thor (>= 0.18.1, < 2.0)
127
+ rake (10.5.0)
128
+ rb-fsevent (0.9.7)
129
+ rb-inotify (0.9.7)
130
+ ffi (>= 0.5.0)
131
+ rspec (3.3.0)
132
+ rspec-core (~> 3.3.0)
133
+ rspec-expectations (~> 3.3.0)
134
+ rspec-mocks (~> 3.3.0)
135
+ rspec-core (3.3.2)
136
+ rspec-support (~> 3.3.0)
137
+ rspec-expectations (3.3.1)
138
+ diff-lcs (>= 1.2.0, < 2.0)
139
+ rspec-support (~> 3.3.0)
140
+ rspec-mocks (3.3.2)
141
+ diff-lcs (>= 1.2.0, < 2.0)
142
+ rspec-support (~> 3.3.0)
143
+ rspec-support (3.3.0)
144
+ shellany (0.0.1)
145
+ slop (3.6.0)
146
+ sprockets (3.5.2)
147
+ concurrent-ruby (~> 1.0)
148
+ rack (> 1, < 3)
149
+ sprockets-rails (3.0.1)
150
+ actionpack (>= 4.0)
151
+ activesupport (>= 4.0)
152
+ sprockets (>= 3.0.0)
153
+ thor (0.19.1)
154
+ thread_safe (0.3.5)
155
+ tzinfo (1.2.2)
156
+ thread_safe (~> 0.1)
157
+
158
+ PLATFORMS
159
+ ruby
160
+
161
+ DEPENDENCIES
162
+ appraisal
163
+ awesome_print
164
+ bundler (~> 1.11)
165
+ guard
166
+ guard-rspec
167
+ rails (~> 4.2.0)
168
+ rake (~> 10.0)
169
+ rspec (~> 3.3.0)
170
+ rspec-resembles_json_matchers!
171
+
172
+ BUNDLED WITH
173
+ 1.11.2
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 5.0.0.beta2"
6
+ gem "rspec", "~> 3.5.0.beta1"
7
+
8
+ gemspec :path => "../"
@@ -0,0 +1,184 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ rspec-resembles_json_matchers (0.1.0)
5
+ activesupport (>= 4.0)
6
+ rspec (>= 2.0, < 4.0.0.a)
7
+ rspec-expectations (>= 2.0, < 4.0.0.a)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (5.0.0.beta2)
13
+ actionpack (= 5.0.0.beta2)
14
+ nio4r (~> 1.2)
15
+ websocket-driver (~> 0.6.1)
16
+ actionmailer (5.0.0.beta2)
17
+ actionpack (= 5.0.0.beta2)
18
+ actionview (= 5.0.0.beta2)
19
+ activejob (= 5.0.0.beta2)
20
+ mail (~> 2.5, >= 2.5.4)
21
+ rails-dom-testing (~> 1.0, >= 1.0.5)
22
+ actionpack (5.0.0.beta2)
23
+ actionview (= 5.0.0.beta2)
24
+ activesupport (= 5.0.0.beta2)
25
+ rack (~> 2.x)
26
+ rack-test (~> 0.6.3)
27
+ rails-dom-testing (~> 1.0, >= 1.0.5)
28
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
+ actionview (5.0.0.beta2)
30
+ activesupport (= 5.0.0.beta2)
31
+ builder (~> 3.1)
32
+ erubis (~> 2.7.0)
33
+ rails-dom-testing (~> 1.0, >= 1.0.5)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
35
+ activejob (5.0.0.beta2)
36
+ activesupport (= 5.0.0.beta2)
37
+ globalid (>= 0.3.6)
38
+ activemodel (5.0.0.beta2)
39
+ activesupport (= 5.0.0.beta2)
40
+ activerecord (5.0.0.beta2)
41
+ activemodel (= 5.0.0.beta2)
42
+ activesupport (= 5.0.0.beta2)
43
+ arel (~> 7.0)
44
+ activesupport (5.0.0.beta2)
45
+ concurrent-ruby (~> 1.0)
46
+ i18n (~> 0.7)
47
+ json (~> 1.7, >= 1.7.7)
48
+ method_source
49
+ minitest (~> 5.1)
50
+ tzinfo (~> 1.1)
51
+ appraisal (2.1.0)
52
+ bundler
53
+ rake
54
+ thor (>= 0.14.0)
55
+ arel (7.0.0)
56
+ awesome_print (1.6.1)
57
+ builder (3.2.2)
58
+ coderay (1.1.1)
59
+ concurrent-ruby (1.0.0)
60
+ diff-lcs (1.2.5)
61
+ erubis (2.7.0)
62
+ ffi (1.9.10)
63
+ formatador (0.2.5)
64
+ globalid (0.3.6)
65
+ activesupport (>= 4.1.0)
66
+ guard (2.13.0)
67
+ formatador (>= 0.2.4)
68
+ listen (>= 2.7, <= 4.0)
69
+ lumberjack (~> 1.0)
70
+ nenv (~> 0.1)
71
+ notiffany (~> 0.0)
72
+ pry (>= 0.9.12)
73
+ shellany (~> 0.0)
74
+ thor (>= 0.18.1)
75
+ guard-compat (1.2.1)
76
+ guard-rspec (4.6.4)
77
+ guard (~> 2.1)
78
+ guard-compat (~> 1.1)
79
+ rspec (>= 2.99.0, < 4.0)
80
+ i18n (0.7.0)
81
+ json (1.8.3)
82
+ listen (3.0.6)
83
+ rb-fsevent (>= 0.9.3)
84
+ rb-inotify (>= 0.9.7)
85
+ loofah (2.0.3)
86
+ nokogiri (>= 1.5.9)
87
+ lumberjack (1.0.10)
88
+ mail (2.6.3)
89
+ mime-types (>= 1.16, < 3)
90
+ method_source (0.8.2)
91
+ mime-types (2.99)
92
+ mini_portile2 (2.0.0)
93
+ minitest (5.8.4)
94
+ nenv (0.3.0)
95
+ nio4r (1.2.1)
96
+ nokogiri (1.6.7.2)
97
+ mini_portile2 (~> 2.0.0.rc2)
98
+ notiffany (0.0.8)
99
+ nenv (~> 0.1)
100
+ shellany (~> 0.0)
101
+ pry (0.10.3)
102
+ coderay (~> 1.1.0)
103
+ method_source (~> 0.8.1)
104
+ slop (~> 3.4)
105
+ rack (2.0.0.alpha)
106
+ json
107
+ rack-test (0.6.3)
108
+ rack (>= 1.0)
109
+ rails (5.0.0.beta2)
110
+ actioncable (= 5.0.0.beta2)
111
+ actionmailer (= 5.0.0.beta2)
112
+ actionpack (= 5.0.0.beta2)
113
+ actionview (= 5.0.0.beta2)
114
+ activejob (= 5.0.0.beta2)
115
+ activemodel (= 5.0.0.beta2)
116
+ activerecord (= 5.0.0.beta2)
117
+ activesupport (= 5.0.0.beta2)
118
+ bundler (>= 1.3.0, < 2.0)
119
+ railties (= 5.0.0.beta2)
120
+ sprockets-rails (>= 2.0.0)
121
+ rails-deprecated_sanitizer (1.0.3)
122
+ activesupport (>= 4.2.0.alpha)
123
+ rails-dom-testing (1.0.7)
124
+ activesupport (>= 4.2.0.beta, < 5.0)
125
+ nokogiri (~> 1.6.0)
126
+ rails-deprecated_sanitizer (>= 1.0.1)
127
+ rails-html-sanitizer (1.0.3)
128
+ loofah (~> 2.0)
129
+ railties (5.0.0.beta2)
130
+ actionpack (= 5.0.0.beta2)
131
+ activesupport (= 5.0.0.beta2)
132
+ method_source
133
+ rake (>= 0.8.7)
134
+ thor (>= 0.18.1, < 2.0)
135
+ rake (10.5.0)
136
+ rb-fsevent (0.9.7)
137
+ rb-inotify (0.9.7)
138
+ ffi (>= 0.5.0)
139
+ rspec (3.5.0.beta1)
140
+ rspec-core (= 3.5.0.beta1)
141
+ rspec-expectations (= 3.5.0.beta1)
142
+ rspec-mocks (= 3.5.0.beta1)
143
+ rspec-core (3.5.0.beta1)
144
+ rspec-support (= 3.5.0.beta1)
145
+ rspec-expectations (3.5.0.beta1)
146
+ diff-lcs (>= 1.2.0, < 2.0)
147
+ rspec-support (= 3.5.0.beta1)
148
+ rspec-mocks (3.5.0.beta1)
149
+ diff-lcs (>= 1.2.0, < 2.0)
150
+ rspec-support (= 3.5.0.beta1)
151
+ rspec-support (3.5.0.beta1)
152
+ shellany (0.0.1)
153
+ slop (3.6.0)
154
+ sprockets (3.5.2)
155
+ concurrent-ruby (~> 1.0)
156
+ rack (> 1, < 3)
157
+ sprockets-rails (3.0.1)
158
+ actionpack (>= 4.0)
159
+ activesupport (>= 4.0)
160
+ sprockets (>= 3.0.0)
161
+ thor (0.19.1)
162
+ thread_safe (0.3.5)
163
+ tzinfo (1.2.2)
164
+ thread_safe (~> 0.1)
165
+ websocket-driver (0.6.3)
166
+ websocket-extensions (>= 0.1.0)
167
+ websocket-extensions (0.1.2)
168
+
169
+ PLATFORMS
170
+ ruby
171
+
172
+ DEPENDENCIES
173
+ appraisal
174
+ awesome_print
175
+ bundler (~> 1.11)
176
+ guard
177
+ guard-rspec
178
+ rails (~> 5.0.0.beta2)
179
+ rake (~> 10.0)
180
+ rspec (~> 3.5.0.beta1)
181
+ rspec-resembles_json_matchers!
182
+
183
+ BUNDLED WITH
184
+ 1.11.2