diff --git a/features/step_definitions/reading_group_steps.rb b/features/step_definitions/reading_group_steps.rb index a49cdfc..f8e2014 100644 --- a/features/step_definitions/reading_group_steps.rb +++ b/features/step_definitions/reading_group_steps.rb @@ -61,7 +61,7 @@ Then(/^I should be in the Edit Reading Group page$/) do end Then(/^the Sample Reading Group should not be there$/) do - expects(@reading_group.attributes).to be_nil + expect(@reading_group.attributes).to be_nil expect { ReadingGroup.find(@reading_group.id) }.to raise_error end @@ -89,4 +89,3 @@ Then(/^the private reading group should not be there$/) do expect(page).to have_no_content(@private_rg.name) expect(page).to have_no_content(@private_rg.description) end - -- libgit2 0.21.2