Skip to content

Commit e4eebdf

Browse files
committed
Fixes rubocop
1 parent 4998ad3 commit e4eebdf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/dynamoid/persistence_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,6 @@ def around_update_callback
22942294
end
22952295

22962296
context 'when disable_create_table_on_save is false' do
2297-
22982297
before do
22992298
Dynamoid.configure do |config|
23002299
@original_create_table_on_save = config.create_table_on_save
@@ -2318,7 +2317,6 @@ def around_update_callback
23182317
end
23192318

23202319
context 'when disable_create_table_on_save is false and the table exists' do
2321-
23222320
before do
23232321
Dynamoid.configure do |config|
23242322
@original_create_table_on_save = config.create_table_on_save

0 commit comments

Comments
 (0)