Skip to content

Commit

Permalink
disable spec/wings_spec.rb when disable_wings is true
Browse files Browse the repository at this point in the history
  • Loading branch information
tamsin johnson committed Aug 24, 2023
1 parent 4720476 commit 5e6c438
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 5e6c438

Please sign in to comment.