BigW Consortium Gitlab

Fix Rubocop offense

Signed-off-by: 's avatarRémy Coutable <remy@rymai.me>
parent acb748a6
...@@ -77,7 +77,7 @@ describe Gitlab::GitalyClient::Ref do ...@@ -77,7 +77,7 @@ describe Gitlab::GitalyClient::Ref do
let(:client) { described_class.new(repository) } let(:client) { described_class.new(repository) }
subject { client.find_ref_name(SeedRepo::Commit::ID, 'refs/heads/master') } subject { client.find_ref_name(SeedRepo::Commit::ID, 'refs/heads/master') }
it { should be_utf8 } it { is_expected.to be_utf8 }
it { should eq('refs/heads/master') } it { is_expected.to eq('refs/heads/master') }
end end
end end
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