Fix some RubyCop offenses

This commit is contained in:
Jeremy Kescher 2023-05-27 12:56:39 +02:00
parent 0ac7b22532
commit 0cef59e954
No known key found for this signature in database
GPG Key ID: 80A419A7A613DFA4
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
class CreateStatusReactions < ActiveRecord::Migration[6.1]
def change
create_table :status_reactions do |t|

View File

@ -1,5 +1,3 @@
require 'rails_helper'
# frozen_string_literal: true
RSpec.describe StatusReaction, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end
require 'rails_helper'