Skip to content

Commit

Permalink
Fixes rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
imaximix committed Apr 28, 2023
1 parent 4998ad3 commit e4eebdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/dynamoid/persistence_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2294,7 +2294,6 @@ def around_update_callback
end

context 'when disable_create_table_on_save is false' do

before do
Dynamoid.configure do |config|
@original_create_table_on_save = config.create_table_on_save
Expand All @@ -2318,7 +2317,6 @@ def around_update_callback
end

context 'when disable_create_table_on_save is false and the table exists' do

before do
Dynamoid.configure do |config|
@original_create_table_on_save = config.create_table_on_save
Expand Down

0 comments on commit e4eebdf

Please sign in to comment.