Skip to content

Instantly share code, notes, and snippets.

View protolif's full-sized avatar

James Dunn protolif

  • Protolif Consulting LLC
  • Indianapolis, IN
View GitHub Profile
@austenito
austenito / integration_spec.rb
Created April 11, 2012 12:50
Integration Testing w/ Sorcery
describe "Shopping Cart Requests" do
let!(:user) { Fabricate(:user) }
before(:each) do
login_user_post("admin", "admin")
end
context "when I visit the shopping cart" do
it " show the logged in users' cart items " do
#Test stuff