Class: Guard::RSpecJRuby
- Inherits:
-
RSpec
- Object
- RSpec
- Guard::RSpecJRuby
- Defined in:
- lib/guard/rspec-jruby.rb
Instance Method Summary collapse
-
#initialize(watchers = [], options = {}) ⇒ RSpecJRuby
constructor
A new instance of RSpecJRuby.
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 = [], = {}) super @runner = RSpecJRubyRunner.new() end |