Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop

This commit is contained in:
Seth Call 2014-02-22 06:30:12 +00:00
commit 3da1a89f2c
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@ FactoryGirl.define do
end
factory :connection, :class => JamRuby::Connection do
addr 0
locidispid 0
latitude 0.0
longitude 0.0
countrycode 'US'
region 'TX'
city 'Austin'
ip_address "1.1.1.1"
as_musician true
end