Skip to content

Commit

Permalink
Fix offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnickolay committed Mar 20, 2019
1 parent 50cd2e2 commit b84496d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
describe Clowne::Adapters::ActiveRecord::Associations::BelongsTo, :cleanup, adapter: :active_record do
describe Clowne::Adapters::ActiveRecord::Associations::BelongsTo,
:cleanup, adapter: :active_record do
let(:adapter) { Clowne::Adapters::ActiveRecord.new }
let(:topic) { create(:topic) }
let(:source) { create(:post, topic: topic) }
Expand All @@ -20,7 +21,7 @@
expect(subject.topic).to be_new_record
expect(subject.topic).to have_attributes(
title: topic.title,
description: topic.description,
description: topic.description
)
end

Expand Down

0 comments on commit b84496d

Please sign in to comment.