Skip to content

Commit 69ed040

Browse files
committed
Specs. Fix context name
1 parent cc2f2a8 commit 69ed040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dynamoid/fields_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def self.load(val)
131131
end.to raise_error(Aws::DynamoDB::Errors::ValidationException, 'Item size has exceeded the maximum allowed size')
132132
end
133133

134-
context '.remove_attribute' do
134+
context '.remove_field' do
135135
subject { address }
136136
before(:each) do
137137
Address.field :foobar

0 commit comments

Comments
 (0)