Sha256: a688f3c6d9443d48f3fc1ee3200642bf1989feb0b6c531d5fc424f575f3d3d2c

Contents?: true

Size: 305 Bytes

Versions: 4

Compression:

Stored size: 305 Bytes

Contents

require 'spec_helper'

module InfinityTest
  describe HeuristicsHelper do
    include HeuristicsHelper

    describe '#heuristics' do
      it "should be instance of InfinityTest Heuristics" do
        heuristics do
        end.should be_instance_of(InfinityTest::Heuristics)
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
infinity_test-1.0.3 spec/infinity_test/heuristics_helper_spec.rb
infinity_test-1.0.2 spec/infinity_test/heuristics_helper_spec.rb
infinity_test-1.0.1 spec/infinity_test/heuristics_helper_spec.rb
infinity_test-1.0.0 spec/infinity_test/heuristics_helper_spec.rb