Commit b4178d43 authored by allison.browne's avatar allison.browne Committed by Ash McKenzie

Remove un-needed setup

parent aa4ec037
......@@ -222,7 +222,6 @@ describe Gitlab do
end
it 'is false when env is not dev or test' do
allow(described_class).to receive(:com?).and_return(false)
allow(Rails).to receive(:env).and_return(ActiveSupport::StringInquirer.new('production'))
expect(subject).to eq false
......
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