Hi Ben,
I just came to know about sending email in 1 line using Pony gem. I tried implementing it in the following way but not yet able to.
describe 'test example' do
it 'sends email'
end
end
I'm using RubyMine with Ruby (2.0.0 p247) and RSpec (2.14.1) on my Mac OSX Mountain Lion.
I even tried using :via => smtp, but my test failed giving "Errno::ECONNREFUSED: Connection refused - connect(2)"
Can you please guide if I am missing any steps or settings to be configured before using Pony?
Thanks
Sam