Add frozen_string_literal magic comment

re: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/FrozenStringLiteralComment
This commit is contained in:
James Mason 2018-05-07 16:47:29 -07:00
parent dd0a52cca9
commit 6d31dfeef4
568 changed files with 1134 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
require 'cancan/matchers'

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
require 'cancan/matchers'

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Booth' do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
require 'ahoy'

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Cfp do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Commercial do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Commercial do

View file

@ -1,5 +1,6 @@
#!/bin/env ruby
# encoding: utf-8
# frozen_string_literal: true
require 'spec_helper'
describe Conference do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe EmailSettings do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe EventSchedule do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Event do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe EventType do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Openid do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Organization do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
require 'stripe_mock'

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe PhysicalTicket do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Program do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe RegistrationPeriod do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Registration' do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Resource do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Role do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Room do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Schedule do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Sponsor do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe SponsorshipLevel do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Target do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe TicketPurchase do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe TicketScanning do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Ticket do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Track do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe User do