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