From 8ed666ae7d0e272a9415b94d397aa0574965f9ef Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 20 Jun 2012 00:51:01 -0500 Subject: tests: clean up whitespace Signed-off-by: Jack Nagel --- Library/Homebrew/test/test_patching.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library/Homebrew/test/test_patching.rb') diff --git a/Library/Homebrew/test/test_patching.rb b/Library/Homebrew/test/test_patching.rb index 248530a49..e0064864e 100644 --- a/Library/Homebrew/test/test_patching.rb +++ b/Library/Homebrew/test/test_patching.rb @@ -2,26 +2,26 @@ require 'testing_env' require 'test/testball' -class DefaultPatchBall ["file:///#{TEST_FOLDER}/patches/noop-b.diff"] } end end -class P1PatchBall ["file:///#{TEST_FOLDER}/patches/noop-a.diff"] } end @@ -32,7 +32,7 @@ class PatchingTests < Test::Unit::TestCase def read_file path File.open(path, 'r') { |f| f.read } end - + def test_single_patch shutup do DefaultPatchBall.new('test_patch').brew do -- cgit v1.2.3