Method: DataMiner::Script#test
- Defined in:
- lib/data_miner/script.rb
#test(description, settings = {}) { ... } ⇒ nil
A step that runs tests and stops the data miner on failures.
rspec-expectations are automatically included.
121 122 123 |
# File 'lib/data_miner/script.rb', line 121 def test(description, settings = {}, &blk) append(:test, description, settings, &blk) end |