Sha256: 3c9c23230acbb56015486abbefc559caade855d1baacac9624da07dabbc83f5d

Contents?: true

Size: 234 Bytes

Versions: 3

Compression:

Stored size: 234 Bytes

Contents

Given /^I'm starting at "([^\"]*)"$/ do |location|
  @origin = TollBooth::Location.new(location)
end

Given /^I want to go to "([^\"]*)"$/ do |location|
  @destinations ||= []
  @destinations << TollBooth::Location.new(location)
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
dpickett-toll_booth-0.1.0 features/step_definitions/location_steps.rb
toll_booth-0.2.0 features/step_definitions/location_steps.rb
toll_booth-0.1.0 features/step_definitions/location_steps.rb