Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-oman committed May 8, 2020
1 parent af0a754 commit 7fe39c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/statesman/adapters/active_record_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
MyActiveRecordModelTransition.serialize(:metadata, JSON)

Statesman.configure do
# Rubocop requires described_class to be used, but this
# block is instance_eval'd and described_class is undefined
# rubocop:disable RSpec/DescribedClass
storage_adapter(Statesman::Adapters::ActiveRecord)
# rubocop:enable RSpec/DescribedClass
end
end

Expand Down

0 comments on commit 7fe39c7

Please sign in to comment.