spec/models/packages_move_spec.rb in cloudsmith-api-0.30.7 vs spec/models/packages_move_spec.rb in cloudsmith-api-0.44.4

- old
+ new

@@ -36,7 +36,13 @@ it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end + describe 'test attribute "republish"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + end