Skip to content

Commit 0c9dc19

Browse files
these are not needed anymore
1 parent 9446c8a commit 0c9dc19

7 files changed

Lines changed: 4 additions & 122 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,4 @@ jobs:
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

benchmark/load.rb

Lines changed: 0 additions & 10 deletions
This file was deleted.

benchmark/load_faker.rb

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/internet/http.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
Available since version next.
44

55
# Keyword arguments: group
6-
76
```ruby
87
Faker::Internet::HTTP.status_code #=> 418
98
Faker::Internet::HTTP.status_code(group: :information) #=> 102
109
Faker::Internet::HTTP.status_code(group: :successful) #=> 200
1110
Faker::Internet::HTTP.status_code(group: :redirect) #=> 306
1211
Faker::Internet::HTTP.status_code(group: :client_error) #=> 451
1312
Faker::Internet::HTTP.status_code(group: :server_error) #=> 502
14-
```
13+
```

experiments/lazy_loading.md

Lines changed: 0 additions & 97 deletions
This file was deleted.

test/faker/default/test_faker_http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require_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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require_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

0 commit comments

Comments
 (0)