Sha256: 133addf1c7b717e1a7addcdeab7fdf9e220790fe95b7cc7034b92eeda14339cb
Contents?: true
Size: 293 Bytes
Versions: 2
Compression:
Stored size: 293 Bytes
Contents
require 'spec_helper' require 'cancan/matchers' module Ddr module Auth describe Superuser, type: :model, abilities: true do subject { described_class.new } it "should be able to manage all" do expect(subject).to be_able_to(:manage, :all) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ddr-models-1.3.0 | spec/models/superuser_spec.rb~ |
ddr-models-1.2.0 | spec/models/superuser_spec.rb~ |