Sha256: ed6e047637c0abf357e667ecb4bc184470fd6e8c123ff2db6a89ebdff4d89078

Contents?: true

Size: 304 Bytes

Versions: 5

Compression:

Stored size: 304 Bytes

Contents

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

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

  it_should_behave_like 'Execution Modes'
end


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cantango-config-0.1.7 spec/cantango/configuration/ability_spec.rb
cantango-config-0.1.6 spec/cantango/configuration/ability_spec.rb
cantango-config-0.1.5 spec/cantango/configuration/ability_spec.rb
cantango-config-0.1.4 spec/cantango/configuration/ability_spec.rb
cantango-config-0.1.3 spec/cantango/configuration/ability_spec.rb