aboutsummaryrefslogtreecommitdiff
blob: 08a18db985cc7663e76c19b2ec16b61961944905 (plain)
1
2
3
4
5
6
7
8
9
require 'spec_helper.rb'

describe QuestionCategory do
  include Permissions::TestPermissions

  it "should allow admin to do everything" do
    allow_all Factory(:administrator), Factory(:question_category)
  end
end