bus-detective/bus-detective

View on GitHub
spec/factories/route_factory.rb

Summary

Maintainability
A
0 mins
Test Coverage
FactoryGirl.define do
  factory :route do
    sequence(:remote_id)
    agency
  end
end