Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-16 22:11:04 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-16 22:11:54 +0300
commitdbe2ac8ccc07f53669214eb954489a6cb233d4e9 (patch)
tree20e15901fb6ee505e19ee25ea4fe57045ac3bc92 /spec/lib/bitbucket
parent20e472d946d7cc4a2b9dd91264458b1c4ceb5ab6 (diff)
Fix rubucop offenses
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 }