Commit 0fad2b4f authored by Samuel E. Giddins's avatar Samuel E. Giddins

[RuboCop] Single quotes

parent 14f891c4
...@@ -38,7 +38,7 @@ module Pod ...@@ -38,7 +38,7 @@ module Pod
Executable.execute_command('ruby', cmd, true).should == "foo\nbar\n" Executable.execute_command('ruby', cmd, true).should == "foo\nbar\n"
end end
it "handles an EOFError" do it 'handles an EOFError' do
cmd = ['-e', <<-RB] cmd = ['-e', <<-RB]
puts 'foo' puts 'foo'
print 'bar' print 'bar'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment