magic_test 0.0.5 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75adfb4e31a3cddd41feccf5105643d887e6744e050a3cecd2e3944f48be7ddc
4
- data.tar.gz: 5fa8c00d0ba7a14cb1b95033f297af1988abe0c698e3b1e7b32882b0d9c23ef0
3
+ metadata.gz: b0ffac8b1015f704b56aa6252c24c42941392409b9837edaf55f61273d9bc82c
4
+ data.tar.gz: c4fb61ebdc6472fdb658d3f42024d8af532a6640df07ecb37022d1122a8344d0
5
5
  SHA512:
6
- metadata.gz: 2d5cc5f25c5198909f2a2fa3a7564871f79b750589a4a61b75d59f3b1e8e32a26ba515f852b6b22f4f6f67cd86a13bb1998eb2228aaca22b7b20fc4dda0a0cf4
7
- data.tar.gz: aa3b684389d75750883ec106f9f67293a00d31eba760c1ea5a6020906c3b4fdaf22cdcae921bf768f966210601fc15eb5a2935c2a4905dc4c1b17c908d23a1a2
6
+ metadata.gz: b1565a8fd24aa3ed2715d9430606ba59a3cdfb6c21768611a0751845348c69ef8cccd5acd0084c606de5c28145fbc1a6af583453272702b089f1817a5835371d
7
+ data.tar.gz: 31012eea31b3fe12994fe44017f284affc46927a3ee462f499942ef64132e0c636fde601e4dcc500a86b13c90c1ddba5db53f95bebc05b6f00edde7db1f628c5
data/Gemfile.lock CHANGED
@@ -1,82 +1,89 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- magic_test (0.0.5)
5
- capybara (~> 3.0)
4
+ magic_test (0.0.9)
5
+ capybara (>= 3.0)
6
6
  pry
7
7
  pry-stack_explorer
8
- rails (~> 6.0)
8
+ rails (>= 6.0)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (6.1.3)
14
- actionpack (= 6.1.3)
15
- activesupport (= 6.1.3)
13
+ actioncable (7.0.2.2)
14
+ actionpack (= 7.0.2.2)
15
+ activesupport (= 7.0.2.2)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailbox (6.1.3)
19
- actionpack (= 6.1.3)
20
- activejob (= 6.1.3)
21
- activerecord (= 6.1.3)
22
- activestorage (= 6.1.3)
23
- activesupport (= 6.1.3)
18
+ actionmailbox (7.0.2.2)
19
+ actionpack (= 7.0.2.2)
20
+ activejob (= 7.0.2.2)
21
+ activerecord (= 7.0.2.2)
22
+ activestorage (= 7.0.2.2)
23
+ activesupport (= 7.0.2.2)
24
24
  mail (>= 2.7.1)
25
- actionmailer (6.1.3)
26
- actionpack (= 6.1.3)
27
- actionview (= 6.1.3)
28
- activejob (= 6.1.3)
29
- activesupport (= 6.1.3)
25
+ net-imap
26
+ net-pop
27
+ net-smtp
28
+ actionmailer (7.0.2.2)
29
+ actionpack (= 7.0.2.2)
30
+ actionview (= 7.0.2.2)
31
+ activejob (= 7.0.2.2)
32
+ activesupport (= 7.0.2.2)
30
33
  mail (~> 2.5, >= 2.5.4)
34
+ net-imap
35
+ net-pop
36
+ net-smtp
31
37
  rails-dom-testing (~> 2.0)
32
- actionpack (6.1.3)
33
- actionview (= 6.1.3)
34
- activesupport (= 6.1.3)
35
- rack (~> 2.0, >= 2.0.9)
38
+ actionpack (7.0.2.2)
39
+ actionview (= 7.0.2.2)
40
+ activesupport (= 7.0.2.2)
41
+ rack (~> 2.0, >= 2.2.0)
36
42
  rack-test (>= 0.6.3)
37
43
  rails-dom-testing (~> 2.0)
38
44
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
39
- actiontext (6.1.3)
40
- actionpack (= 6.1.3)
41
- activerecord (= 6.1.3)
42
- activestorage (= 6.1.3)
43
- activesupport (= 6.1.3)
45
+ actiontext (7.0.2.2)
46
+ actionpack (= 7.0.2.2)
47
+ activerecord (= 7.0.2.2)
48
+ activestorage (= 7.0.2.2)
49
+ activesupport (= 7.0.2.2)
50
+ globalid (>= 0.6.0)
44
51
  nokogiri (>= 1.8.5)
45
- actionview (6.1.3)
46
- activesupport (= 6.1.3)
52
+ actionview (7.0.2.2)
53
+ activesupport (= 7.0.2.2)
47
54
  builder (~> 3.1)
48
55
  erubi (~> 1.4)
49
56
  rails-dom-testing (~> 2.0)
50
57
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
51
- activejob (6.1.3)
52
- activesupport (= 6.1.3)
58
+ activejob (7.0.2.2)
59
+ activesupport (= 7.0.2.2)
53
60
  globalid (>= 0.3.6)
54
- activemodel (6.1.3)
55
- activesupport (= 6.1.3)
56
- activerecord (6.1.3)
57
- activemodel (= 6.1.3)
58
- activesupport (= 6.1.3)
59
- activestorage (6.1.3)
60
- actionpack (= 6.1.3)
61
- activejob (= 6.1.3)
62
- activerecord (= 6.1.3)
63
- activesupport (= 6.1.3)
64
- marcel (~> 0.3.1)
65
- mimemagic (~> 0.3.2)
66
- activesupport (6.1.3)
61
+ activemodel (7.0.2.2)
62
+ activesupport (= 7.0.2.2)
63
+ activerecord (7.0.2.2)
64
+ activemodel (= 7.0.2.2)
65
+ activesupport (= 7.0.2.2)
66
+ activestorage (7.0.2.2)
67
+ actionpack (= 7.0.2.2)
68
+ activejob (= 7.0.2.2)
69
+ activerecord (= 7.0.2.2)
70
+ activesupport (= 7.0.2.2)
71
+ marcel (~> 1.0)
72
+ mini_mime (>= 1.1.0)
73
+ activesupport (7.0.2.2)
67
74
  concurrent-ruby (~> 1.0, >= 1.0.2)
68
75
  i18n (>= 1.6, < 2)
69
76
  minitest (>= 5.1)
70
77
  tzinfo (~> 2.0)
71
- zeitwerk (~> 2.3)
72
- addressable (2.7.0)
78
+ addressable (2.8.0)
73
79
  public_suffix (>= 2.0.2, < 5.0)
74
80
  ast (2.4.2)
75
81
  binding_of_caller (1.0.0)
76
82
  debug_inspector (>= 0.0.1)
77
83
  builder (3.2.4)
78
- capybara (3.35.3)
84
+ capybara (3.36.0)
79
85
  addressable
86
+ matrix
80
87
  mini_mime (>= 0.1.3)
81
88
  nokogiri (~> 1.8)
82
89
  rack (>= 1.6.0)
@@ -84,122 +91,133 @@ GEM
84
91
  regexp_parser (>= 1.5, < 3.0)
85
92
  xpath (~> 3.2)
86
93
  coderay (1.1.3)
87
- concurrent-ruby (1.1.8)
94
+ concurrent-ruby (1.1.9)
88
95
  crass (1.0.6)
89
- debug_inspector (1.0.0)
96
+ debug_inspector (1.1.0)
97
+ digest (3.1.0)
90
98
  erubi (1.10.0)
91
- globalid (0.4.2)
92
- activesupport (>= 4.2.0)
93
- i18n (1.8.9)
99
+ globalid (1.0.0)
100
+ activesupport (>= 5.0)
101
+ i18n (1.10.0)
94
102
  concurrent-ruby (~> 1.0)
95
- loofah (2.9.0)
103
+ io-wait (0.2.1)
104
+ loofah (2.14.0)
96
105
  crass (~> 1.0.2)
97
106
  nokogiri (>= 1.5.9)
98
107
  mail (2.7.1)
99
108
  mini_mime (>= 0.1.1)
100
- marcel (0.3.3)
101
- mimemagic (~> 0.3.2)
109
+ marcel (1.0.2)
110
+ matrix (0.4.2)
102
111
  method_source (1.0.0)
103
- mimemagic (0.3.5)
104
- mini_mime (1.0.2)
105
- mini_portile2 (2.5.0)
106
- minitest (5.14.4)
107
- nio4r (2.5.5)
108
- nokogiri (1.11.1)
109
- mini_portile2 (~> 2.5.0)
112
+ mini_mime (1.1.2)
113
+ mini_portile2 (2.8.0)
114
+ minitest (5.15.0)
115
+ net-imap (0.2.3)
116
+ digest
117
+ net-protocol
118
+ strscan
119
+ net-pop (0.1.1)
120
+ digest
121
+ net-protocol
122
+ timeout
123
+ net-protocol (0.1.2)
124
+ io-wait
125
+ timeout
126
+ net-smtp (0.3.1)
127
+ digest
128
+ net-protocol
129
+ timeout
130
+ nio4r (2.5.8)
131
+ nokogiri (1.13.3)
132
+ mini_portile2 (~> 2.8.0)
110
133
  racc (~> 1.4)
111
- nokogiri (1.11.1-x86_64-darwin)
134
+ nokogiri (1.13.3-x86_64-darwin)
112
135
  racc (~> 1.4)
113
- parallel (1.20.1)
114
- parser (3.0.0.0)
136
+ parallel (1.21.0)
137
+ parser (3.0.3.2)
115
138
  ast (~> 2.4.1)
116
- pry (0.14.0)
139
+ pry (0.14.1)
117
140
  coderay (~> 1.1)
118
141
  method_source (~> 1.0)
119
142
  pry-stack_explorer (0.6.1)
120
143
  binding_of_caller (~> 1.0)
121
144
  pry (~> 0.13)
122
145
  public_suffix (4.0.6)
123
- racc (1.5.2)
146
+ racc (1.6.0)
124
147
  rack (2.2.3)
125
148
  rack-test (1.1.0)
126
149
  rack (>= 1.0, < 3)
127
- rails (6.1.3)
128
- actioncable (= 6.1.3)
129
- actionmailbox (= 6.1.3)
130
- actionmailer (= 6.1.3)
131
- actionpack (= 6.1.3)
132
- actiontext (= 6.1.3)
133
- actionview (= 6.1.3)
134
- activejob (= 6.1.3)
135
- activemodel (= 6.1.3)
136
- activerecord (= 6.1.3)
137
- activestorage (= 6.1.3)
138
- activesupport (= 6.1.3)
150
+ rails (7.0.2.2)
151
+ actioncable (= 7.0.2.2)
152
+ actionmailbox (= 7.0.2.2)
153
+ actionmailer (= 7.0.2.2)
154
+ actionpack (= 7.0.2.2)
155
+ actiontext (= 7.0.2.2)
156
+ actionview (= 7.0.2.2)
157
+ activejob (= 7.0.2.2)
158
+ activemodel (= 7.0.2.2)
159
+ activerecord (= 7.0.2.2)
160
+ activestorage (= 7.0.2.2)
161
+ activesupport (= 7.0.2.2)
139
162
  bundler (>= 1.15.0)
140
- railties (= 6.1.3)
141
- sprockets-rails (>= 2.0.0)
163
+ railties (= 7.0.2.2)
142
164
  rails-dom-testing (2.0.3)
143
165
  activesupport (>= 4.2.0)
144
166
  nokogiri (>= 1.6)
145
- rails-html-sanitizer (1.3.0)
167
+ rails-html-sanitizer (1.4.2)
146
168
  loofah (~> 2.3)
147
- railties (6.1.3)
148
- actionpack (= 6.1.3)
149
- activesupport (= 6.1.3)
169
+ railties (7.0.2.2)
170
+ actionpack (= 7.0.2.2)
171
+ activesupport (= 7.0.2.2)
150
172
  method_source
151
- rake (>= 0.8.7)
173
+ rake (>= 12.2)
152
174
  thor (~> 1.0)
175
+ zeitwerk (~> 2.5)
153
176
  rainbow (3.0.0)
154
- rake (13.0.3)
155
- regexp_parser (2.1.1)
156
- rexml (3.2.4)
157
- rubocop (1.10.0)
177
+ rake (13.0.6)
178
+ regexp_parser (2.2.0)
179
+ rexml (3.2.5)
180
+ rubocop (1.23.0)
158
181
  parallel (~> 1.10)
159
182
  parser (>= 3.0.0.0)
160
183
  rainbow (>= 2.2.2, < 4.0)
161
184
  regexp_parser (>= 1.8, < 3.0)
162
185
  rexml
163
- rubocop-ast (>= 1.2.0, < 2.0)
186
+ rubocop-ast (>= 1.12.0, < 2.0)
164
187
  ruby-progressbar (~> 1.7)
165
188
  unicode-display_width (>= 1.4.0, < 3.0)
166
- rubocop-ast (1.4.1)
167
- parser (>= 2.7.1.5)
168
- rubocop-performance (1.9.2)
169
- rubocop (>= 0.90.0, < 2.0)
189
+ rubocop-ast (1.15.0)
190
+ parser (>= 3.0.1.1)
191
+ rubocop-performance (1.12.0)
192
+ rubocop (>= 1.7.0, < 2.0)
170
193
  rubocop-ast (>= 0.4.0)
171
194
  ruby-progressbar (1.11.0)
172
- sprockets (4.0.2)
173
- concurrent-ruby (~> 1.0)
174
- rack (> 1, < 3)
175
- sprockets-rails (3.2.2)
176
- actionpack (>= 4.0)
177
- activesupport (>= 4.0)
178
- sprockets (>= 3.0.0)
179
- standard (0.13.0)
180
- rubocop (= 1.10.0)
181
- rubocop-performance (= 1.9.2)
182
- thor (1.1.0)
195
+ standard (1.5.0)
196
+ rubocop (= 1.23.0)
197
+ rubocop-performance (= 1.12.0)
198
+ strscan (3.0.1)
199
+ thor (1.2.1)
200
+ timeout (0.2.0)
183
201
  tzinfo (2.0.4)
184
202
  concurrent-ruby (~> 1.0)
185
- unicode-display_width (2.0.0)
186
- websocket-driver (0.7.3)
203
+ unicode-display_width (2.1.0)
204
+ websocket-driver (0.7.5)
187
205
  websocket-extensions (>= 0.1.0)
188
206
  websocket-extensions (0.1.5)
189
207
  xpath (3.2.0)
190
208
  nokogiri (~> 1.8)
191
- zeitwerk (2.4.2)
209
+ zeitwerk (2.5.4)
192
210
 
193
211
  PLATFORMS
194
212
  ruby
195
213
  x86_64-darwin-20
196
214
 
197
215
  DEPENDENCIES
198
- bundler (~> 2.0)
216
+ bundler (>= 2.0)
199
217
  magic_test!
200
- minitest (~> 5.0)
201
- rake (~> 13.0)
218
+ minitest (>= 5.0)
219
+ rake (>= 13.0)
202
220
  standard
203
221
 
204
222
  BUNDLED WITH
205
- 2.2.0
223
+ 2.2.22
@@ -6,7 +6,7 @@
6
6
  document.addEventListener('DOMContentLoaded', fn);
7
7
  }
8
8
  }
9
-
9
+
10
10
  ready(function() {
11
11
  enableKeyboardShortcuts();
12
12
  });
@@ -23,9 +23,9 @@
23
23
  document.addEventListener('keydown', keydown, false);
24
24
 
25
25
  function generateAssertion() {
26
- var text = selectedText();
27
- if (text.trim().length > 0) {
28
- var action = "assert page.has_content?('" + text.replace("'", "\\\'") + "')";
26
+ var text = selectedText().trim();
27
+ if (text.length > 0) {
28
+ var action = "assert page.has_content? '" + text.replace("'", "\\\'") + "'";
29
29
  var testingOutput = JSON.parse(sessionStorage.getItem("testingOutput"));
30
30
  var target = "";
31
31
  var options = "";
@@ -1,10 +1,10 @@
1
1
  <script text="text/javascript">
2
2
 
3
- (function() {
3
+ ready(function() {
4
4
  console.log("🪄 Magic Test activated in the browser!")
5
5
  initializeStorage();
6
6
  initializeMutationObserver();
7
- })();
7
+ });
8
8
 
9
9
  function clickFunction(event) {
10
10
  var element = event.target
@@ -4,8 +4,7 @@ module MagicTest
4
4
  selected_text = page.evaluate_script("window.selectedText()")
5
5
  return if selected_text.blank?
6
6
 
7
- # TODO this feels like it's going to end up burning people who have other support files in `test` or `spec` that don't include `helper` in the name.
8
- filepath, line = caller.select { |s| s.include?("/test/") || s.include?("/spec/") }.reject { |s| s.include?("helper") }.first.split(":")
7
+ filepath, line = get_last_caller(caller)
9
8
 
10
9
  contents = File.open(filepath).read.lines
11
10
  chunks = contents.each_slice(line.to_i - 1 + @test_lines_written).to_a
@@ -22,24 +21,9 @@ module MagicTest
22
21
  page.evaluate_script("trackKeystrokes()")
23
22
  end
24
23
 
25
- def get_last
26
- history_lines = Readline::HISTORY.to_a.last(20)
27
- i = 2
28
- last = history_lines.last(2).first
29
- last_block = [last]
30
- if last == "end" || last.first(4) == "end "
31
- i += 1
32
- last_block.unshift(history_lines.last(i).first)
33
- until !last_block.first.match(/^(\s+)/) & [0]
34
- i += 1
35
- last_block.unshift(history_lines.last(i).first)
36
- end
37
- end
38
- last_block
39
- end
40
-
41
24
  def flush
42
- filepath, line = caller.select { |s| s.include?("/test/") }.reject { |s| s.include?("helper") }.first.split(":")
25
+ filepath, line = get_last_caller(caller)
26
+
43
27
  contents = File.open(filepath).read.lines
44
28
  chunks = contents.each_slice(line.to_i - 1 + @test_lines_written).to_a
45
29
  indentation = chunks[1].first.match(/^(\s*)/)[0]
@@ -67,7 +51,8 @@ module MagicTest
67
51
  end
68
52
 
69
53
  def ok
70
- filepath, line = caller.select { |s| s.include?("/test/") }.reject { |s| s.include?("helper") }.first.split(":")
54
+ filepath, line = get_last_caller(caller)
55
+
71
56
  puts "(writing that to `#{filepath}`.)"
72
57
  contents = File.open(filepath).read.lines
73
58
  chunks = contents.each_slice(line.to_i - 1 + @test_lines_written).to_a
@@ -91,14 +76,52 @@ module MagicTest
91
76
  end
92
77
 
93
78
  def magic_test
79
+ return unless ENV["MAGIC_TEST"].present?
94
80
  empty_cache
95
81
  @test_lines_written = 0
96
82
  begin
97
- # 👋 This isn't helpful context. Type `up` and hit enter to see where you really are.
83
+ magic_test_pry_hook
98
84
  binding.pry
99
85
  rescue
100
86
  retry
101
87
  end
102
88
  end
89
+
90
+ private
91
+
92
+ def magic_test_pry_hook
93
+ Pry.hooks.add_hook(:before_session, "magic_test") do |output, binding, pry|
94
+ Pry.hooks.delete_hook(:before_session, 'magic_test')
95
+ magic_test_file_index = pry.backtrace.index{|line| line.include?(__FILE__)}
96
+ # walk up backtrace until finding the original caller
97
+ until pry.backtrace[magic_test_file_index + 1].include?(pry.last_file) do
98
+ pry.run_command('up')
99
+ end
100
+ end
101
+ end
102
+
103
+ def get_last
104
+ history_lines = Readline::HISTORY.to_a.last(20)
105
+ i = 2
106
+ last = history_lines.last(2).first
107
+ last_block = [last]
108
+ if last == "end" || last.first(4) == "end "
109
+ i += 1
110
+ last_block.unshift(history_lines.last(i).first)
111
+ until !last_block.first.match(/^(\s+)/) & [0]
112
+ i += 1
113
+ last_block.unshift(history_lines.last(i).first)
114
+ end
115
+ end
116
+
117
+ last_block
118
+ end
119
+
120
+ # TODO this feels like it's going to end up burning people who have other support files in `test` or `spec` that don't include `helper` in the name.
121
+ def get_last_caller(caller)
122
+ caller.select { |s| s.include?("/test/") || s.include?("/spec/") }
123
+ .reject { |s| s.include?("helper") }
124
+ .first.split(":").first(2)
125
+ end
103
126
  end
104
127
  end
@@ -1,3 +1,3 @@
1
1
  module MagicTest
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.9"
3
3
  end
data/magic_test.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["andrew.culver@gmail.com", "adampallozzi@gmail.com"]
10
10
 
11
11
  spec.summary = "Create system tests interactively."
12
- spec.homepage = "https://github.com/bullet-train/magic_test"
12
+ spec.homepage = "https://github.com/bullet-train-co/magic_test"
13
13
  spec.license = "MIT"
14
14
 
15
15
  # Specify which files should be added to the gem when it is released.
@@ -21,13 +21,13 @@ Gem::Specification.new do |spec|
21
21
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
22
  spec.require_paths = ["lib"]
23
23
 
24
- spec.add_development_dependency "bundler", "~> 2.0"
25
- spec.add_development_dependency "rake", "~> 13.0"
26
- spec.add_development_dependency "minitest", "~> 5.0"
24
+ spec.add_development_dependency "bundler", ">= 2.0"
25
+ spec.add_development_dependency "rake", ">= 13.0"
26
+ spec.add_development_dependency "minitest", ">= 5.0"
27
27
  spec.add_development_dependency "standard"
28
28
 
29
29
  spec.add_dependency "pry"
30
30
  spec.add_dependency "pry-stack_explorer"
31
- spec.add_dependency "capybara", "~> 3.0"
32
- spec.add_dependency "rails", "~> 6.0"
31
+ spec.add_dependency "capybara", ">= 3.0"
32
+ spec.add_dependency "rails", ">= 6.0"
33
33
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
@@ -9,48 +9,48 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-03-02 00:00:00.000000000 Z
12
+ date: 2022-03-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: '2.0'
21
21
  type: :development
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - "~>"
25
+ - - ">="
26
26
  - !ruby/object:Gem::Version
27
27
  version: '2.0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rake
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - "~>"
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: '13.0'
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - "~>"
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '13.0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: minitest
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - "~>"
46
+ - - ">="
47
47
  - !ruby/object:Gem::Version
48
48
  version: '5.0'
49
49
  type: :development
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - "~>"
53
+ - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '5.0'
56
56
  - !ruby/object:Gem::Dependency
@@ -99,28 +99,28 @@ dependencies:
99
99
  name: capybara
100
100
  requirement: !ruby/object:Gem::Requirement
101
101
  requirements:
102
- - - "~>"
102
+ - - ">="
103
103
  - !ruby/object:Gem::Version
104
104
  version: '3.0'
105
105
  type: :runtime
106
106
  prerelease: false
107
107
  version_requirements: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - "~>"
109
+ - - ">="
110
110
  - !ruby/object:Gem::Version
111
111
  version: '3.0'
112
112
  - !ruby/object:Gem::Dependency
113
113
  name: rails
114
114
  requirement: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - "~>"
116
+ - - ">="
117
117
  - !ruby/object:Gem::Version
118
118
  version: '6.0'
119
119
  type: :runtime
120
120
  prerelease: false
121
121
  version_requirements: !ruby/object:Gem::Requirement
122
122
  requirements:
123
- - - "~>"
123
+ - - ">="
124
124
  - !ruby/object:Gem::Version
125
125
  version: '6.0'
126
126
  description:
@@ -158,7 +158,7 @@ files:
158
158
  - lib/magic_test/version.rb
159
159
  - lib/tasks/magic_test.rake
160
160
  - magic_test.gemspec
161
- homepage: https://github.com/bullet-train/magic_test
161
+ homepage: https://github.com/bullet-train-co/magic_test
162
162
  licenses:
163
163
  - MIT
164
164
  metadata: {}
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  - !ruby/object:Gem::Version
178
178
  version: '0'
179
179
  requirements: []
180
- rubygems_version: 3.1.4
180
+ rubygems_version: 3.2.22
181
181
  signing_key:
182
182
  specification_version: 4
183
183
  summary: Create system tests interactively.