Class: Guard::RSpecJRuby

Inherits:
RSpec
  • Object
show all
Defined in:
lib/guard/rspec-jruby.rb

Instance Method Summary collapse

Constructor Details

#initialize(watchers = [], options = {}) ⇒ RSpecJRuby

Returns a new instance of RSpecJRuby.



14
15
16
17
# File 'lib/guard/rspec-jruby.rb', line 14

def initialize(watchers = [], options = {})
  super
  @runner = RSpecJRubyRunner.new(options)
end