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

[RuboCop] Single quotes

parent 14f891c4
......@@ -38,7 +38,7 @@ module Pod
Executable.execute_command('ruby', cmd, true).should == "foo\nbar\n"
end
it "handles an EOFError" do
it 'handles an EOFError' do
cmd = ['-e', <<-RB]
puts 'foo'
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