Skip to content

Commit

Permalink
autoinclude rails helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Nov 26, 2024
1 parent 9625208 commit b1a9df7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--require spec_helper
--require rails_helper
2 changes: 0 additions & 2 deletions spec/requests/reports_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "rails_helper"

RSpec.describe "Reports" do
let(:actor) { Federails::Actor.create }
let(:report_body) {
Expand Down

0 comments on commit b1a9df7

Please sign in to comment.