Upgraded rspec-rails from 2.99.0 to 3.4.0
This commit is contained in:
@@ -10,6 +10,7 @@ feature 'url access' do
|
||||
login @normal_user
|
||||
|
||||
visit '/admin/1/dashboard'
|
||||
pending(:if => verifying_fixed?) { current_path.should == '/admin/1/dashboard' }
|
||||
pending if verifying_fixed?
|
||||
expect(current_path).to eq('/admin/1/dashboard')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user