File tree Expand file tree Collapse file tree 5 files changed +4
-29
lines changed Expand file tree Collapse file tree 5 files changed +4
-29
lines changed Original file line number Diff line number Diff line change 1
1
module APIFuzzer
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.0" . freeze
3
3
end
Original file line number Diff line number Diff line change 1
1
require 'test_helper'
2
2
3
- class APIFuzzerTest < Minitest ::Test
4
- def test_that_it_has_a_version_number
5
- refute_nil ::APIFuzzer ::VERSION
6
- end
7
-
8
- def test_it_does_something_useful
9
- assert false
10
- end
3
+ class ApiFuzzerTest < Minitest ::Test
11
4
end
Original file line number Diff line number Diff line change @@ -6,14 +6,5 @@ class APIFuzzer::HeaderInfoTest < Minitest::Test
6
6
def setup
7
7
@response = Http . get ( 'https://www.shopify.ca' )
8
8
@info = API_Fuzzer ::HeaderInfo . new ( @response )
9
- p @info
10
- end
11
-
12
- def test_that_it_has_a_version_number
13
- refute_nil ::APIFuzzer ::VERSION
14
- end
15
-
16
- def test_it_does_something_useful
17
- assert false
18
9
end
19
10
end
Original file line number Diff line number Diff line change 1
1
require 'test_helper'
2
2
require 'API_Fuzzer/resource_info'
3
- require 'http'
4
3
5
4
class APIFuzzer ::ResourceInfoTest < Minitest ::Test
6
5
def setup
7
6
@response = HTTP . get ( 'https://shopify.ca' )
8
7
@info = API_Fuzzer ::ResourceInfo . new ( @response )
9
- p @info
10
- end
11
-
12
- def test_that_it_has_a_version_number
13
- refute_nil ::APIFuzzer ::VERSION
14
- end
15
-
16
- def test_it_does_something_useful
17
- assert false
18
8
end
19
9
end
Original file line number Diff line number Diff line change 1
1
require 'test_helper'
2
2
require 'API_Fuzzer/xss_check'
3
3
4
- class APIFuzzer ::ResourceInfoTest < Minitest ::Test
4
+ class APIFuzzer ::ResourceInfoTest < Minitest ::Test
5
+ end
You can’t perform that action at this time.
0 commit comments