From 351c1cc8fd57340839bdb400d7812332af80e9bd Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Mon, 29 Sep 2014 16:25:50 -0500 Subject: [PATCH] Test fixture --- test/fixtures/foo.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/fixtures/foo.rb diff --git a/test/fixtures/foo.rb b/test/fixtures/foo.rb new file mode 100644 index 00000000..799c84bd --- /dev/null +++ b/test/fixtures/foo.rb @@ -0,0 +1,3 @@ +def foo + return "BAR" +end