Skip to content

Commit

Permalink
Get rid of ruby-debug gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Chistyakov committed Sep 17, 2012
1 parent e9c7a67 commit a56e3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bounce_spec.rb
Expand Up @@ -18,7 +18,7 @@

it "should retrieve and parce bounce correctly" do
bounce.type.should == "HardBounce"
bounce.bounced_at.should == Time.now
bounce.bounced_at.to_s.should == Time.now.to_s
bounce.details.should == "test bounce"
bounce.email.should == "jim@test.com"
end
Expand Down

0 comments on commit a56e3b2

Please sign in to comment.