Skip to content

Instantly share code, notes, and snippets.

require "spec_helper"
describe Admin::CoursesController do
let(:admin) { Fabricate(:admin) }
let(:course) { Fabricate(:course) }
before(:each) do
sign_in(admin)
end
@russ
russ / gist:11685
Created September 19, 2008 23:16 — forked from cardplayer/gist:11671
# Make your changes
git commit -m "Your commit message"
git co joshp/staging
git merge master
git co joshp/production
git merge master
git push
git co master
# Push files to live servers