From 77126e9e1783655516a270fdab560f0842b1bdec Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Mon, 29 Sep 2014 16:28:23 -0500 Subject: [PATCH] Removing fixture file --- test/fixtures/foo.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/fixtures/foo.rb diff --git a/test/fixtures/foo.rb b/test/fixtures/foo.rb deleted file mode 100644 index 799c84bd..00000000 --- a/test/fixtures/foo.rb +++ /dev/null @@ -1,3 +0,0 @@ -def foo - return "BAR" -end