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