spec/models/brick_spec.rb in kuhsaft-2.2.6 vs spec/models/brick_spec.rb in kuhsaft-2.3.0
- old
+ new
@@ -96,10 +96,10 @@
brick.backend_label.should == 'Text'
end
context 'with the parenthesis option given' do
brick = Kuhsaft::TextBrick.new
- brick.backend_label(:parenthesis => true).should == '(Text)'
+ brick.backend_label(parenthesis: true).should == '(Text)'
end
end
describe '#uploader?' do
it 'returns false' do