oops, forgot to add spec/fixtures/whereami_helper.rb

This commit is contained in:
John Mair 2013-02-03 11:03:27 +01:00
parent f80076bade
commit e1c1720226
1 changed files with 6 additions and 0 deletions

6
spec/fixtures/whereami_helper.rb vendored Normal file
View File

@ -0,0 +1,6 @@
class Cor
def a; end
def b; end
def c; end
def d; end
end