-
-
Save anonymous/e5cc5201a877679c5f48 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'minitest/autorun' | |
require 'ffm' | |
def read_fixture(name) | |
File.read(File.join(File.expand_path('../fixtures/', __FILE__), name)) | |
end | |
# Mail delivery defaults during testing | |
Mail.defaults do | |
delivery_method :test | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment