Sha256: aeefda43faa53e757e86d47d82ddef836c9cc8352fc829a4282062f6d35e0c35

Contents?: true

Size: 296 Bytes

Versions: 8

Compression:

Stored size: 296 Bytes

Contents

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

class User
end

class MyAbility
  include CanTango::Configuration::ExecutionModes
end

describe CanTango::Configuration::ExecutionModes do
  subject { MyAbility.new }

  it_should_behave_like "Execution Modes"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cantango-config-0.1.9.2 spec/cantango/configuration/execution_modes_spec.rb
cantango-config-0.1.8.1 spec/cantango/configuration/execution_modes_spec.rb
cantango-config-0.1.8 spec/cantango/configuration/execution_modes_spec.rb
cantango-config-0.1.7 spec/cantango/configuration/execution_modes_spec.rb
cantango-config-0.1.6 spec/cantango/configuration/execution_modes_spec.rb
cantango-config-0.1.5 spec/cantango/configuration/execution_modes_spec.rb
cantango-config-0.1.4 spec/cantango/configuration/execution_modes_spec.rb
cantango-config-0.1.3 spec/cantango/configuration/execution_modes_spec.rb