Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Freeze all the ruby strings
  • Loading branch information
kassio committed Sep 7, 2016
1 parent a82d49e commit a3639e2
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/indent/anonymous_functions_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Indenting' do
Expand Down
2 changes: 2 additions & 0 deletions spec/indent/blocks_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Indenting' do
Expand Down
2 changes: 2 additions & 0 deletions spec/indent/case_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Indenting' do
Expand Down
2 changes: 2 additions & 0 deletions spec/indent/cond_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Indenting' do
Expand Down
2 changes: 2 additions & 0 deletions spec/indent/documentation_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Indenting' do
Expand Down
2 changes: 2 additions & 0 deletions spec/indent/embedded_elixir_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Indenting' do
Expand Down
2 changes: 2 additions & 0 deletions spec/indent/if_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Indenting' do
Expand Down
2 changes: 2 additions & 0 deletions spec/indent/lists_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Indenting' do
Expand Down
2 changes: 2 additions & 0 deletions spec/indent/pipeline_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Indenting' do
Expand Down
2 changes: 2 additions & 0 deletions spec/indent/tuples_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Indenting' do
Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'rspec/expectations'
require 'tmpdir'
require 'vimrunner'
Expand Down
2 changes: 2 additions & 0 deletions spec/syntax/alias_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Alias syntax' do
Expand Down
2 changes: 2 additions & 0 deletions spec/syntax/default_argument_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Default argument syntax' do
Expand Down
2 changes: 2 additions & 0 deletions spec/syntax/demodule_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Defmodule syntax' do
Expand Down
2 changes: 2 additions & 0 deletions spec/syntax/embedded_elixir_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Embedded Elixir syntax' do
Expand Down
2 changes: 2 additions & 0 deletions spec/syntax/guard_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Guard syntax' do
Expand Down
2 changes: 2 additions & 0 deletions spec/syntax/heredoc_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Heredoc syntax' do
Expand Down
2 changes: 2 additions & 0 deletions spec/syntax/list_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'List syntax' do
Expand Down
2 changes: 2 additions & 0 deletions spec/syntax/records_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# encoding: utf-8
require 'spec_helper'

Expand Down
2 changes: 2 additions & 0 deletions spec/syntax/sigil_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Sigil syntax' do
Expand Down
2 changes: 2 additions & 0 deletions spec/syntax/struct_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Struct syntax' do
Expand Down
2 changes: 2 additions & 0 deletions spec/syntax/variable_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'Variable syntax' do
Expand Down

0 comments on commit a3639e2

Please sign in to comment.