File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 bundler-cache : true
6262
6363 - name : Run tests
64- run : |
65- echo "Faker lazy load is ${{ matrix.FAKER_LAZY_LOAD }}"
66- ${{ matrix.FAKER_LAZY_LOAD }} bundle exec rake test
64+ run : FAKER_LAZY_LOADING=${{ matrix.FAKER_LAZY_LOAD }} bundle exec rake test
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33Available since version next.
44
55# Keyword arguments: group
6-
76``` ruby
87Faker ::Internet ::HTTP .status_code # => 418
98Faker ::Internet ::HTTP .status_code(group: :information ) # => 102
109Faker ::Internet ::HTTP .status_code(group: :successful ) # => 200
1110Faker ::Internet ::HTTP .status_code(group: :redirect ) # => 306
1211Faker ::Internet ::HTTP .status_code(group: :client_error ) # => 451
1312Faker ::Internet ::HTTP .status_code(group: :server_error ) # => 502
14- ```
13+ ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33require_relative '../../test_helper'
44
5- class TestFakerHTTP < Test ::Unit ::TestCase
5+ class TestFakerInternetHTTP < Test ::Unit ::TestCase
66 def setup
77 @tester = Faker ::Internet ::HTTP
88 end
Original file line number Diff line number Diff line change 22
33require_relative '../../test_helper'
44
5- class TestFakerSong < Test ::Unit ::TestCase
5+ class TestFakerMusic < Test ::Unit ::TestCase
66 def setup
77 @tester = Faker ::Music
88 end
You can’t perform that action at this time.
0 commit comments