mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Rubocop: Auto-correct Style/TrailingBlankLines offences
This commit is contained in:
@@ -340,4 +340,4 @@ feature "Product Import", js: true do
|
||||
potatoes.available_on.should be_within(1.day).of(Time.zone.local(2020, 1, 1))
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -149,4 +149,4 @@ module OpenFoodNetwork
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -4,4 +4,4 @@ describe Api::Admin::EnterpriseSerializer do
|
||||
serializer = Api::Admin::EnterpriseSerializer.new enterprise
|
||||
serializer.to_json.should match enterprise.name
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -30,4 +30,4 @@ module Spree
|
||||
"have ability #{ability_hash.keys.join(", ")} for #{target.class.name}"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -37,4 +37,4 @@ RSpec::Matchers.define :delegate do |method|
|
||||
chain(:to) { |receiver| @to = receiver }
|
||||
chain(:with_prefix) { @prefix = true }
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
@@ -4,4 +4,4 @@ module Spree
|
||||
Spree::Core::Engine.routes.url_helpers
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -10,4 +10,3 @@ module RablHelper
|
||||
include ActionView::Helpers::AssetTagHelper
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user