From 254ccb0813cf0b2949ef08591bb5d98cc5fbcce1 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 27 Dec 2010 13:22:20 -0500 Subject: [PATCH] whitespace --- test/fake/file_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fake/file_test.rb b/test/fake/file_test.rb index 7c01671..9457aae 100644 --- a/test/fake/file_test.rb +++ b/test/fake/file_test.rb @@ -83,7 +83,7 @@ class FakeFileTest < Test::Unit::TestCase assert_equal "foo", clone.content assert_equal "bar", @file.content end - + def test_raises_an_error_with_the_correct_path path = "/some/non/existing/file" begin