Skip to content

Commit

Permalink
Change to freeze strings
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed May 29, 2019
1 parent bb40759 commit b487d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/unit/mode_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: utf-8
# frozen_string_literal: true

RSpec.describe TTY::Color::Mode, 'detecting mode' do
it "isn't terminal" do
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/supports_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: utf-8
# frozen_string_literal: true

RSpec.describe TTY::Color::Support, '#supports?' do
it "doesn't check color support for non tty terminal" do
Expand Down

0 comments on commit b487d63

Please sign in to comment.