Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created February 2, 2009 06:57
Show Gist options
  • Save adamhjk/56815 to your computer and use it in GitHub Desktop.
Save adamhjk/56815 to your computer and use it in GitHub Desktop.
# Add this to spec/spec_helper.rb
module SimpleFromFile
def from_file(filename)
self.instance_eval(IO.read(filename), filename, 1)
end
end
# In your test begin() block
@ohai.extend(SimpleFromFile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment