We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4998ad3 commit e4eebdfCopy full SHA for e4eebdf
1 file changed
spec/dynamoid/persistence_spec.rb
@@ -2294,7 +2294,6 @@ def around_update_callback
2294
end
2295
2296
context 'when disable_create_table_on_save is false' do
2297
-
2298
before do
2299
Dynamoid.configure do |config|
2300
@original_create_table_on_save = config.create_table_on_save
@@ -2318,7 +2317,6 @@ def around_update_callback
2318
2317
2319
2320
context 'when disable_create_table_on_save is false and the table exists' do
2321
2322
2323
2324
0 commit comments