Commit 6c95fb73 authored by Mike Kozono's avatar Mike Kozono

Fix invalid test

parent 3b5e1492
...@@ -50,7 +50,7 @@ describe Gitlab::Geo::Replicator do ...@@ -50,7 +50,7 @@ describe Gitlab::Geo::Replicator do
subject { DummyModel.new } subject { DummyModel.new }
it 'adds replicator method to the model' do it 'adds replicator method to the model' do
expect(subject).respond_to? :replicator expect(subject).to respond_to(:replicator)
end end
it 'instantiates a replicator into the model' do it 'instantiates a replicator into the model' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment