Sha256: e099c573e7450620132731678371970af471e842d9e619002a86b107c191b8d9

Contents?: true

Size: 258 Bytes

Versions: 18

Compression:

Stored size: 258 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 not supported on Windows"
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 3 rubygems

Version Path
puppet-0.22.4 test/lib/spec/runner/heckle_runner_win.rb
puppet-0.23.0 test/lib/spec/runner/heckle_runner_win.rb
puppet-0.23.2 test/lib/spec/runner/heckle_runner_win.rb
puppet-0.23.1 test/lib/spec/runner/heckle_runner_win.rb
riess-0.0.8 vendor/rspec-0.8.2/lib/spec/runner/heckle_runner_win.rb
rspec-0.8.0 lib/spec/runner/heckle_runner_win.rb
rspec-0.8.1 lib/spec/runner/heckle_runner_win.rb
rspec-0.9.1 lib/spec/runner/heckle_runner_win.rb
rspec-0.9.2 lib/spec/runner/heckle_runner_win.rb
rspec-0.9.4 lib/spec/runner/heckle_runner_win.rb
rspec-1.0.0 lib/spec/runner/heckle_runner_win.rb
rspec-1.0.1 lib/spec/runner/heckle_runner_unsupported.rb
rspec-1.0.2 lib/spec/runner/heckle_runner_unsupported.rb
rspec-1.0.3 lib/spec/runner/heckle_runner_unsupported.rb
rspec-1.0.4 lib/spec/runner/heckle_runner_unsupported.rb
rspec-0.9.3 lib/spec/runner/heckle_runner_win.rb
rspec-0.8.2 lib/spec/runner/heckle_runner_win.rb
rspec-0.9.0 lib/spec/runner/heckle_runner_win.rb