Displaying 1 result from an estimated 1 matches for "authentication_pages_spec".
2013 Jan 09
2
Rails 3.2.10 and Rspec Tests that Fail?
The following tests used to reside in requests directory and used to
work ... since I have upgraded to rails 3.2.9 and now 3.2.10 they
fail.
I have the following tests in(I am only showing the first two tests):
spec/features/authentication_pages_spec.rb
require ''spec_helper''
describe "Authentication" do
subject { page }
describe "signin" do
before { visit signin_path }
it { should have_selector(''h2'', text: ''...