Skip to content

Commit 7c046ba

Browse files
authored
fixes context cases example (#137)
1 parent 7557420 commit 7c046ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ end
381381
382382
# good
383383
describe '#attributes' do
384-
let(:article) { FactoryBot.create(:article) }
385384
subject(:attributes) { article.attributes }
385+
let(:article) { FactoryBot.create(:article) }
386386
387387
context 'when display name is present' do
388388
before do

0 commit comments

Comments
 (0)