aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories/custom_fields.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/custom_fields.rb')
-rw-r--r--spec/factories/custom_fields.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/custom_fields.rb b/spec/factories/custom_fields.rb
index 2f5fae555..7c43a6147 100644
--- a/spec/factories/custom_fields.rb
+++ b/spec/factories/custom_fields.rb
@@ -4,6 +4,6 @@ FactoryGirl.define do
resource_type "VehicleJourney"
sequence(:name){|n| "custom field ##{n}"}
field_type "list"
- options( { "capacity" => "0" } )
+ options( { capacity: "0" } )
end
end