Skip to content

Commit 2fb34f0

Browse files
committed
Remove excessive :wip tag in specs
1 parent d48f9ae commit 2fb34f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dynamoid/persistence_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def self.dynamoid_field_type
356356
expect(raw_attribute_types(klass.table_name)['prop']).to eql('S')
357357
end
358358

359-
it 'uses specified type if .dynamoid_field_type method declared', :wip do
359+
it 'uses specified type if .dynamoid_field_type method declared' do
360360
klass = new_class(sort_key_type: user_class_with_type) do |options|
361361
range :prop, options[:sort_key_type]
362362
end

0 commit comments

Comments
 (0)