Sha256: 4aa6008acb4f66dc6f25e49d7083f7d02af66d05b76469049ff44a7ce043160e

Contents?: true

Size: 263 Bytes

Versions: 51

Compression:

Stored size: 263 Bytes

Contents

module Spec
  module Runner
    # Dummy implementation for Windows that just fails (Heckle is not supported on Windows)
    class HeckleRunner
      def initialize(filter)
        raise "Heckle is not supported on Windows or Ruby 1.9"
      end
    end
  end
end

Version data entries

51 entries across 51 versions & 12 rubygems

Version Path
dchelimsky-rspec-1.1.99.1 lib/spec/runner/heckle_runner_unsupported.rb
dchelimsky-rspec-1.1.99.13 lib/spec/runner/heckle_runner_unsupported.rb
dchelimsky-rspec-1.1.99.2 lib/spec/runner/heckle_runner_unsupported.rb
dchelimsky-rspec-1.1.99.3 lib/spec/runner/heckle_runner_unsupported.rb
dchelimsky-rspec-1.1.99.4 lib/spec/runner/heckle_runner_unsupported.rb
dchelimsky-rspec-1.1.99.5 lib/spec/runner/heckle_runner_unsupported.rb
dchelimsky-rspec-1.1.99.6 lib/spec/runner/heckle_runner_unsupported.rb
dchelimsky-rspec-1.1.99.7 lib/spec/runner/heckle_runner_unsupported.rb
dchelimsky-rspec-1.1.99.8 lib/spec/runner/heckle_runner_unsupported.rb
dchelimsky-rspec-1.1.99.9 lib/spec/runner/heckle_runner_unsupported.rb
rspec-instructure-1.3.3 lib/spec/runner/heckle_runner_unsupported.rb
radiant-1.0.0 ruby-debug/ruby/1.8/gems/rspec-1.3.2/lib/spec/runner/heckle_runner_unsupported.rb
rspec-1.3.2 lib/spec/runner/heckle_runner_unsupported.rb
rspec-1.3.1 lib/spec/runner/heckle_runner_unsupported.rb
rspec-1.3.1.rc lib/spec/runner/heckle_runner_unsupported.rb
rspec-1.3.0 lib/spec/runner/heckle_runner_unsupported.rb
hubbub-0.0.11 lib/vendor/plugins/rspec/lib/spec/runner/heckle_runner_unsupported.rb
hubbub-0.0.10 lib/vendor/plugins/rspec/lib/spec/runner/heckle_runner_unsupported.rb
hubbub-0.0.9 lib/vendor/plugins/rspec/lib/spec/runner/heckle_runner_unsupported.rb
hubbub-0.0.8 lib/vendor/plugins/rspec/lib/spec/runner/heckle_runner_unsupported.rb