I get the following three test failures (even when checking out very old versions of the code):
1)
Test::Unit::AssertionFailedError in 'FixMyTransport::Email when managing attachments should flatten attachments'
<3> expected but was
<1>.
./spec/lib/fixmytransport/email_spec.rb:77:
2)
Test::Unit::AssertionFailedError in 'FixMyTransport::Email when managing attachments should manage having the same filename twice'
<"Same attachment twice.txt"> expected but was
<"incoming request two same name.email">.
./spec/lib/fixmytransport/email_spec.rb:82:
3)
Test::Unit::AssertionFailedError in 'FixMyTransport::Email when managing attachments should manage custom display names'
<"Same attachment twice.txt"> expected but was
<"custom incoming request two same name.email">.
./spec/lib/fixmytransport/email_spec.rb:92:
This is due to the mahoro gem not being installed (as @crowbot explained to me a long time ago, and I only thought to check for in my notes after quite some time!) - is there any reason not to add this to the Gemfile now, as in dacc655637597962dce1c03b1 ?
I get the following three test failures (even when checking out very old versions of the code):
This is due to the mahoro gem not being installed (as @crowbot explained to me a long time ago, and I only thought to check for in my notes after quite some time!) - is there any reason not to add this to the Gemfile now, as in dacc655637597962dce1c03b1 ?