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
|
@ -1,7 +1,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe FranceConnectParticulierClient do
|
||||
describe '.initialize' do
|
||||
describe '#initialize' do
|
||||
subject { FranceConnectParticulierClient.new(code) }
|
||||
|
||||
context 'when given code in params' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue