Method: Fivemat::RSpec3#initialize
- Defined in:
- lib/fivemat/rspec3.rb
#initialize(output) ⇒ RSpec3
Returns a new instance of RSpec3.
8 9 10 11 12 13 |
# File 'lib/fivemat/rspec3.rb', line 8 def initialize(output) @output = output @group_level = 0 @index_offset = 0 @failed_notifications = [] end |