Skip to content

Commit

Permalink
Refactor single-quote to double-quote
Browse files Browse the repository at this point in the history
  • Loading branch information
joelparkerhenderson committed Jul 7, 2015
1 parent 6332740 commit 5089aa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
require 'rake'
require 'rake/testtask'
require "rake"
require "rake/testtask"

Rake::TestTask.new(:test) do |t|
t.libs << 'lib' << 'test'
Expand Down
6 changes: 3 additions & 3 deletions test/sixarm_ruby_string_to_class_test.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
require 'minitest/autorun'
require 'simplecov'
require "minitest/autorun"
require "simplecov"
SimpleCov.start
require 'sixarm_ruby_string_to_class'
require "sixarm_ruby_string_to_class"

describe String do

Expand Down

0 comments on commit 5089aa3

Please sign in to comment.