Skip to content

Commit 59bb603

Browse files
committed
As of 0.50.0 rubocop also no longer wants encoding headers
1 parent 52daab2 commit 59bb603

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

spec/integration/integration_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
def reference_db_schema
2222
<<-RUBY
23-
# encoding: UTF-8
24-
2523
# This file is auto-generated from the current state of the database. Instead
2624
# of editing this file, please use the migrations feature of Active Record to
2725
# incrementally modify your database, and then regenerate this schema definition.

spec/test-app/db/schema.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# encoding: UTF-8
2-
31
# This file is auto-generated from the current state of the database. Instead
42
# of editing this file, please use the migrations feature of Active Record to
53
# incrementally modify your database, and then regenerate this schema definition.

0 commit comments

Comments
 (0)