Skip to content

Commit

Permalink
spec loading fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Oct 1, 2023
1 parent 4bbb426 commit 2a80187
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.18.1)
minitest (5.20.0)
mods (2.4.1)
edtf
iso-639
Expand Down Expand Up @@ -933,7 +933,7 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.1.1)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
Expand Down Expand Up @@ -1067,7 +1067,7 @@ GEM
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.12.5)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (5.1.2)
Expand All @@ -1080,7 +1080,7 @@ GEM
rspec-support (~> 3.10)
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.12.0)
rspec-support (3.12.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.52.1)
Expand Down
2 changes: 1 addition & 1 deletion spec/controllers/search_history_controller_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

RSpec.describe SearchHistoryController do
RSpec.describe SearchHistoryController, type: :controller do
routes { Blacklight::Engine.routes }

describe 'index' do
Expand Down
2 changes: 1 addition & 1 deletion spec/tasks/rake_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

require 'rake'
load 'app/models/site.rb'
load Rails.root.join('app/models/site.rb')

RSpec.describe "Rake tasks" do
before(:all) do
Expand Down

0 comments on commit 2a80187

Please sign in to comment.