diff options
author | Francis Irving <francis@mysociety.org> | 2010-09-15 11:34:08 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-09-15 11:34:08 +0100 |
commit | 6333fa139bc8b022162d02ef4d301d0a00e3f499 (patch) | |
tree | d737244101bbcb6fc1d9dd63967b3348f2f070f4 /spec/lib/tmail_extensions_spec.rb | |
parent | ad579293d65f99fd19a770b807dcb2753623f05a (diff) |
Make path work in Ruby 1.9
Diffstat (limited to 'spec/lib/tmail_extensions_spec.rb')
-rw-r--r-- | spec/lib/tmail_extensions_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/tmail_extensions_spec.rb b/spec/lib/tmail_extensions_spec.rb index 1c913283a..d1a56f2e2 100644 --- a/spec/lib/tmail_extensions_spec.rb +++ b/spec/lib/tmail_extensions_spec.rb @@ -1,7 +1,7 @@ # This is a test of the set_content_type monkey patch in # lib/tmail_extensions.rb -require File.dirname(__FILE__) + '/../spec_helper' +require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe "when using TMail" do |