Skip to content

Commit

Permalink
Some code style guideline improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
whitecl committed Sep 29, 2014
1 parent e6fdc54 commit 0d3140d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/lib/capsule_crm/opportunity_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,10 @@
end
end

describe "#to_capsule_json" do
let(:opportunity) { Fabricate.build(:opportunity, value: 23.0, currency: 'USD') }
describe '#to_capsule_json' do
let(:opportunity) {
Fabricate.build(:opportunity, value: 23.0, currency: 'USD')
}

subject {opportunity.to_capsule_json['opportunity']}

Expand Down

0 comments on commit 0d3140d

Please sign in to comment.