Sha256: 407f395e9a05dc1b354f1c5d498adf0638633f813a897c6ea29826e8c7078d89

Contents?: true

Size: 454 Bytes

Versions: 9

Compression:

Stored size: 454 Bytes

Contents

module Spec
  module Rails
    module Example
      # Mailer examples live in $RAILS_ROOT/spec/mailers/.
      #
      # Mailer examples use Spec::Rails::Example::MailerExampleGroup, which
      # provides support for fixtures and some custom expectations via extensions
      # to ActiveRecord::Base.
      class MailerExampleGroup < ActiveSupport::TestCase
        Spec::Example::ExampleGroupFactory.register(:mailer, self)
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
Objective3-objective_spec-0.0.2 lib/objective_spec/mailer_example_group.rb
Objective3-objective_spec-0.0.3 lib/objective_spec/mailer_example_group.rb
Objective3-objective_spec-0.0.4 lib/objective_spec/mailer_example_group.rb
Objective3-objective_spec-0.1.2 lib/objective_spec/mailer_example_group.rb
Objective3-objective_spec-0.1.3 lib/objective_spec/mailer_example_group.rb
Objective3-objective_spec-0.1.4 lib/objective_spec/mailer_example_group.rb
objective_spec-0.3.1 lib/objective_spec/mailer_example_group.rb
objective_spec-0.3.0 lib/objective_spec/mailer_example_group.rb
objective_spec-0.2.0 lib/objective_spec/mailer_example_group.rb