Skip to content

Commit

Permalink
Add Rspec.describe to outer block.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Oct 27, 2019
1 parent dfab690 commit 8a10463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/miq_queue_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe MiqQueue do
RSpec.describe MiqQueue do
specify { expect(FactoryBot.build(:miq_queue)).to be_valid }

context "#deliver" do
Expand Down

0 comments on commit 8a10463

Please sign in to comment.