Method: Remi::Testing::BusinessRules::DataSubject#append_data_with
- Defined in:
- lib/remi/testing/business_rules.rb
#append_data_with(example) ⇒ Object
344 345 346 |
# File 'lib/remi/testing/business_rules.rb', line 344 def append_data_with(example) @data_subject.df = @data_subject.df.concat example_to_df(example) end |