Skip to content

Commit a733054

Browse files
committed
remove extra useless stub
1 parent 6677535 commit a733054

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

spec/polymorphic_integer_type_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
link = Namespaced::Plant.create(name: "Oak").source_links.new
3636
expect(link.source_type).to eq("Namespaced::Plant")
37-
allow(Link).to receive(:source_type_mapping).and_return({1 => "Person", 2 => "Animal", 3 => "Plant"})
3837
end
3938

4039
it "sets the target_type" do

0 commit comments

Comments
 (0)