Skip to content

Commit

Permalink
Merge pull request #6191 from samvera/no-wings-s
Browse files Browse the repository at this point in the history
disable `spec/wings_spec.rb` when `disable_wings` is true
  • Loading branch information
hackartisan authored Aug 24, 2023
2 parents 2b91084 + 5e6c438 commit 49e5580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/wings_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'spec_helper'
require 'wings'

RSpec.describe Wings do
RSpec.describe Wings, :active_fedora do
describe 'WorkSearchBuilder' do
it "does not pollute the class variables after separate calls" do
generic_work_search_builder = described_class::WorkSearchBuilder(Hyrax::Test::SimpleWork)
Expand Down

0 comments on commit 49e5580

Please sign in to comment.