mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Remove all unnecessary spec_helper require statements
The `.rspec` file is doing this for us.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "spec_helper"
|
||||
|
||||
RSpec.describe ExampleComponent, type: :component do
|
||||
it "displays the h1 with the given parameter" do
|
||||
render_inline(described_class.new(title: "Hello"))
|
||||
|
||||
Reference in New Issue
Block a user