Sha256: 9063fd955f187d394800b865312656311b28ea3ecf5f3e7a9e543468617531ce

Contents?: true

Size: 278 Bytes

Versions: 6

Compression:

Stored size: 278 Bytes

Contents

require 'helper'

class TestHistorian < Test::Unit::TestCase
  context 'a Historian' do
    setup do
      @historian = Cans::Historian.new
    end

    subject { @historian }

    should "not be enabled since AS isn't loaded" do
      assert !subject.enabled
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cans-0.2.3 test/test_historian.rb
cans-0.2.2 test/test_historian.rb
cans-0.2.1 test/test_historian.rb
cans-0.2.0 test/test_historian.rb
cans-0.1.2 test/test_historian.rb
cans-0.1.1 test/test_historian.rb