Commit 95064218 authored by Ruben Davila's avatar Ruben Davila

Fix broken spinach spec.

parent f488f2e8
......@@ -171,11 +171,11 @@ class Spinach::Features::Project < Spinach::FeatureSteps
end
step 'I should not see the issues settings' do
expect(find('.issue-feature')).not_to be_visible
expect(find('.issues-feature')).not_to be_visible
end
step 'I should see the issues settings' do
expect(find('.issue-feature')).to be_visible
expect(find('.issues-feature')).to be_visible
end
step 'I create bare repo' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment