Skip to content

Instantly share code, notes, and snippets.

View mcspring's full-sized avatar
🎯
Focusing

Mc.Spring mcspring

🎯
Focusing
View GitHub Profile
@mcspring
mcspring / authentication_pages_spec.rb
Created June 2, 2012 04:00
Organize rspec integration testing
require 'spec_helper'
describe "Authentication" do
subject { page }
describe "Signin" do
describe "Page" do
before :each do
visit signin_path
end