Sha256: 80403323280267a56cfe90b82fe14228b139f6b9274c1753bb0738f64ff516a6

Contents?: true

Size: 167 Bytes

Versions: 4

Compression:

Stored size: 167 Bytes

Contents

module Rspec
  module Core
    module MockFrameworkAdapter

      def _setup_mocks; end
      def _verify_mocks; end
      def _teardown_mocks; end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rspec-core-2.0.0.beta.8 lib/rspec/core/mocking/with_absolutely_nothing.rb
rspec-core-2.0.0.beta.7 lib/rspec/core/mocking/with_absolutely_nothing.rb
rspec-core-2.0.0.beta.6 lib/rspec/core/mocking/with_absolutely_nothing.rb
rspec-core-2.0.0.beta.5 lib/rspec/core/mocking/with_absolutely_nothing.rb