Sha256: 956cb0622c259c22bec8d83c8f13cb9e40e51d1c3060c7cce4946c70652284e4

Contents?: true

Size: 365 Bytes

Versions: 10

Compression:

Stored size: 365 Bytes

Contents

Given /^locales$/ do
  create_locale_tree
end

When /^I visit "([^"]*)"$/ do |url|
  visit url
end

Then /^the directory shows an address vcard$/ do
  page.should have_selector('div.vcard')
end

Given /^zip-coded locations$/ do
  Location.expects(:near).returns(Location.all)
end

private

def create_locale_tree
  LocationImport.test 'spec/test-locations.xls'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
campfire_logic-2.0.7 features/step_definitions/directory_steps.rb
campfire_logic-2.0.6 features/step_definitions/directory_steps.rb
campfire_logic-2.0.5 features/step_definitions/directory_steps.rb
campfire_logic-2.0.4 features/step_definitions/directory_steps.rb
campfire_logic-2.0.3 features/step_definitions/directory_steps.rb
campfire_logic-2.0.2 features/step_definitions/directory_steps.rb
campfire_logic-2.0.1 features/step_definitions/directory_steps.rb
campfire_logic-2.0.0 features/step_definitions/directory_steps.rb
campfire_logic-1.2.1 features/step_definitions/directory_steps.rb
campfire_logic-1.2.0 features/step_definitions/directory_steps.rb