Upgraded rspec-rails from 2.99.0 to 3.4.0

This commit is contained in:
Al Snow
2016-04-14 17:34:27 -04:00
parent 8567df32e1
commit 0cc4980c46
15 changed files with 70 additions and 59 deletions
+3 -2
View File
@@ -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