Sha256: 4b30de70b43529aa15e9a49cc692f288c6db49c11f8e23c9f53c7afaac6bec54
Contents?: true
Size: 405 Bytes
Versions: 1
Compression:
Stored size: 405 Bytes
Contents
Given(/^the Trello API is stubbed with "(.*?)"$/) do |stub| VCR.insert_cassette(stub, allow_playback_repeats: true) end Then(/^the output should be the version number of troo$/) do !!(all_output.match(/#{Troo::VERSION}/)) end Before do config = Troo::Configuration.load('test/support/.trooconf', :test) Ohm.connect(db: config.database) end After do Ohm.redis.flushdb VCR.eject_cassette end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.9 | features/step_definitions/troo_steps.rb |