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