Sha256: 6e55b4104d130db43961cfc15133e860ab0f32d0cbe650f401e9118da1af890b

Contents?: true

Size: 284 Bytes

Versions: 3

Compression:

Stored size: 284 Bytes

Contents

require 'spec_helper'
require 'cantango/configuration/shared/factory_ex'
require 'cantango/configuration/shared/modes_ex'

describe CanTango::Configuration::Ability do
  subject { CanTango.config.ability }
    
  it_should_behave_like 'Factory'

  it_should_behave_like 'Modes'
end


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cantango-config-0.1.2 spec/cantango/configuration/ability_spec.rb
cantango-config-0.1.1 spec/cantango/configuration/ability_spec.rb
cantango-config-0.1.0 spec/cantango/configuration/ability_spec.rb