Skip to content

Commit 8ebead9

Browse files
committed
test: Skip bullet in a specific failing spec
1 parent 0db5c3e commit 8ebead9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/integration/attachments_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
end
1313
let(:test_post) { Post.new(title: 'A test post', some_file: uploaded_file) }
1414

15-
it 'creates the entity with the attached file', :aggregate_failures do
15+
it 'creates the entity with the attached file', :aggregate_failures, :skip_bullet do
1616
expect { test_post.save! }.to change(ActiveStorageDB::File, :count).by(1)
1717

1818
expect(test_post.some_file).to be_attached

0 commit comments

Comments
 (0)