diff options
Diffstat (limited to 'spec/lib/model_attribute_spec.rb')
| -rw-r--r-- | spec/lib/model_attribute_spec.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/spec/lib/model_attribute_spec.rb b/spec/lib/model_attribute_spec.rb index 6da740dcb..b35a71155 100644 --- a/spec/lib/model_attribute_spec.rb +++ b/spec/lib/model_attribute_spec.rb @@ -82,7 +82,6 @@ RSpec.describe ModelAttribute do        ModelAttribute.define(:route, :name, :string)        ModelAttribute.define(:route, :checked_at, :date)        ModelAttribute.define(:journey_pattern, :name, :string) -      ModelAttribute.define(:journey_pattern, :section_status, :integer)        expect(ModelAttribute.methods_by_class_and_type(:route, :string)).to match_array([          ModelAttribute.new(:route, :name, :string) | 
