summaryrefslogtreecommitdiff
path: root/spec/lib/bitbucket
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-16 17:11:04 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-16 17:11:54 -0200
commitdbe2ac8ccc07f53669214eb954489a6cb233d4e9 (patch)
tree20e15901fb6ee505e19ee25ea4fe57045ac3bc92 /spec/lib/bitbucket
parent20e472d946d7cc4a2b9dd91264458b1c4ceb5ab6 (diff)
downloadgitlab-ce-dbe2ac8ccc07f53669214eb954489a6cb233d4e9.tar.gz
Fix rubucop offensesbitbucket-oauth2
Diffstat (limited to 'spec/lib/bitbucket')
-rw-r--r--spec/lib/bitbucket/representation/issue_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/lib/bitbucket/representation/issue_spec.rb b/spec/lib/bitbucket/representation/issue_spec.rb
index 9a195bebd31..20f47224aa8 100644
--- a/spec/lib/bitbucket/representation/issue_spec.rb
+++ b/spec/lib/bitbucket/representation/issue_spec.rb
@@ -14,7 +14,6 @@ describe Bitbucket::Representation::Issue do
it { expect(described_class.new({}).milestone).to be_nil }
end
-
describe '#author' do
it { expect(described_class.new({ 'reporter' => { 'username' => 'Ben' } }).author).to eq('Ben') }
it { expect(described_class.new({}).author).to be_nil }