Sha256: 6edef125a3e76f64800516a893a879c50547c05198d0757605472a2ffa21e69b
Contents?: true
Size: 299 Bytes
Versions: 36
Compression:
Stored size: 299 Bytes
Contents
require 'spec_helper' require 'cancan/matchers' module Ddr module Auth RSpec.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
36 entries across 36 versions & 1 rubygems