spec/actor/actor_spec.rb in game_machine-0.0.11 vs spec/actor/actor_spec.rb in game_machine-1.0.2
- old
+ new
@@ -58,16 +58,9 @@
actor_ref = GameSystems::LocalEcho.find('test')
expect(actor_ref.path.match(/\/user\/test/)).to be_truthy
end
end
- describe "#add_hashring" do
- it "adds the hashring and returns it" do
- expect(Actor::Base.add_hashring('test','ring')).to eq(Actor::Base.hashring('test'))
- expect(Actor::Base.hashring('test')).to eq('ring')
- end
- end
-
end
end
end