Skip to content

Commit 5be6aac

Browse files
committed
fix rubocop
1 parent 564ac2f commit 5be6aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/models/user_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'rails_helper'
1+
require "rails_helper"
22

33
RSpec.describe User, type: :model do
44
subject { create(:user) }

0 commit comments

Comments
 (0)