aboutsummaryrefslogtreecommitdiff
blob: 05254c898606f5e8d22c760ea6ad99769e8fc1ae (plain)
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