]> git.openstreetmap.org Git - rails.git/blob - vendor/gems/rspec-1.1.2/lib/spec/runner/heckle_runner_unsupported.rb
02aa379537133df08907d586e4262a458fada656
[rails.git] / vendor / gems / rspec-1.1.2 / lib / spec / runner / heckle_runner_unsupported.rb
1 module Spec
2   module Runner
3     # Dummy implementation for Windows that just fails (Heckle is not supported on Windows)
4     class HeckleRunner
5       def initialize(filter)
6         raise "Heckle not supported on Windows"
7       end
8     end
9   end
10 end