Class: Koine::TestRunner::Adapters::Rspec

Inherits:
BaseRegexp show all
Defined in:
lib/koine/test_runner/adapters/rspec.rb

Instance Attribute Summary

Attributes inherited from BaseAdapter

#next_adapter

Instance Method Summary collapse

Methods inherited from BaseAdapter

#test_command

Constructor Details

#initialize(file_pattern: /.*_spec.rb$/) ⇒ Rspec

Returns a new instance of Rspec.



5
6
7
# File 'lib/koine/test_runner/adapters/rspec.rb', line 5

def initialize(file_pattern: /.*_spec.rb$/)
  super(file_pattern: file_pattern)
end