Sha256: ce77fb111ecefc6b5a56f9c33dbbc71fa0a29b82244c2f2ad4e8eaee9c4c62b3

Contents?: true

Size: 310 Bytes

Versions: 1

Compression:

Stored size: 310 Bytes

Contents

Given(/^the Trello API is stubbed with "(.*?)"$/) do |stub|
  VCR.insert_cassette(stub)
end

Then(/^the output should be the version number of troo$/) do
  !!(all_output.match(/#{Troo::VERSION}/))
end

Before do
  Ohm.connect(db: Troo.config.test_db)
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.8 features/step_definitions/troo_steps.rb