Skip to content

Commit

Permalink
remove unneeded spec case
Browse files Browse the repository at this point in the history
  • Loading branch information
iiwo authored and rolandoalvarado committed Mar 5, 2020
1 parent b508ae5 commit 89600c7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec/acts_as_taggable_on/acts_as_taggable_on_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@
end
end

describe 'Reloading' do
it 'should save a model instantiated by Model.find' do
taggable = TaggableModel.create!(name: 'Taggable')
found_taggable = TaggableModel.find(taggable.id)
found_taggable.save
end
end

describe 'Matching Contexts' do
it 'should find objects with tags of matching contexts' do
taggable1 = TaggableModel.create!(name: 'Taggable 1')
Expand Down

0 comments on commit 89600c7

Please sign in to comment.