Sha256: eaa32c3859f0f8be633c5b3c379e59f2abfd98a41ac3992ba9ca9e233ea89b74
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 Bytes
Contents
require 'spec_helper' class Context include CanTango::Ability::Helper::Permits end describe CanTango::Ability::Helper::Permits do subject { Context.new } describe 'permits?' do specify do subject.permits?.should == CanTango.config.permits.on? end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cantango-permits-0.1.1 | spec/cantango/ability/helper/permits_spec.rb |