describe '#method' rather than describe '.method' for instance methods
This commit is contained in:
parent
5c9e5018f1
commit
13d251d970
16 changed files with 32 additions and 32 deletions
|
@ -7,7 +7,7 @@ describe Individual do
|
|||
it { is_expected.to have_db_column(:birthdate) }
|
||||
it { is_expected.to belong_to(:dossier) }
|
||||
|
||||
describe ".save" do
|
||||
describe "#save" do
|
||||
let(:individual) { build(:individual) }
|
||||
|
||||
subject { individual.save }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue