Skip to content

Commit

Permalink
Remove eager_load_spec since eager_load by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Nov 13, 2023
1 parent 5d35fc1 commit d705e06
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ jobs:
- name: Run tests
run: bundle exec rake spec

- name: Run tests (spec/integration/eager_load)
# rack_2_0.gemfile is equals to Gemfile
if: ${{ matrix.gemfile == 'rack_2_0' }}
run: bundle exec rspec spec/integration/eager_load

- name: Run tests (spec/integration/multi_json)
if: ${{ matrix.gemfile == 'multi_json' }}
run: bundle exec rspec spec/integration/multi_json
Expand Down
1 change: 0 additions & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ RSpec/FilePath:
- 'spec/grape/validations/validators/regexp_spec.rb'
- 'spec/grape/validations/validators/same_as_spec.rb'
- 'spec/grape/validations/validators/values_spec.rb'
- 'spec/integration/eager_load/eager_load_spec.rb'
- 'spec/integration/multi_json/json_spec.rb'
- 'spec/integration/multi_xml/xml_spec.rb'
- 'spec/integration/rack/v2/headers_spec.rb'
Expand Down
3 changes: 0 additions & 3 deletions benchmark/compile_many_routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'grape'
require 'benchmark/ips'
require 'grape/eager_load'

Grape.eager_load!

class API < Grape::API
prefix :api
Expand Down
10 changes: 0 additions & 10 deletions spec/integration/eager_load/eager_load_spec.rb

This file was deleted.

0 comments on commit d705e06

Please sign in to comment.