Sha256: bf9ffe333bc2cbde72594f68bf12366fc924886e94e22cc50b2136e32ef737b9
Contents?: true
Size: 240 Bytes
Versions: 90
Compression:
Stored size: 240 Bytes
Contents
require 'test_helper' class FleaTest < ActiveSupport::TestCase should_have_and_belong_to_many :dogs context "when a flea is created" do setup do Flea.create end should have_sent_email.to('myself@me.com') end end
Version data entries
90 entries across 60 versions & 10 rubygems