diff options
Diffstat (limited to 'spec/shapes/circle_spec.rb')
| -rw-r--r-- | spec/shapes/circle_spec.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/shapes/circle_spec.rb b/spec/shapes/circle_spec.rb index e1fdeaa..0f80ca7 100644 --- a/spec/shapes/circle_spec.rb +++ b/spec/shapes/circle_spec.rb @@ -16,9 +16,5 @@ describe Scale::Circle do subject.cy = 10 expect(subject.attributes).to include(cy: 10) end - - it "skips attributes that are not specified" do - expect(subject.attributes).to be_empty - end end end |
