1 2 3 4 5 6 7
require 'spec_helper.rb' describe User do it "should run spec test with shoulda and models from application" do Guest.new.should_not be_administrator end end