Module: RoSpecHelper

Defined in:
lib/ro_rspec_helpers/ro_spec_helper.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.project_fixObject

Returns the value of attribute project_fix.



8
9
10
# File 'lib/ro_rspec_helpers/ro_spec_helper.rb', line 8

def project_fix
  @project_fix
end

Class Method Details

.config {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (RoSpecHelper)

    the object that the method was called on



14
15
16
# File 'lib/ro_rspec_helpers/ro_spec_helper.rb', line 14

def config
  yield self
end