Sha256: 677436d1babb7e1f69b81d231eccb6fcb876652c34f547661cbeb9d98e05e25b

Contents?: true

Size: 502 Bytes

Versions: 45

Compression:

Stored size: 502 Bytes

Contents

#!/usr/bin/env ruby
#
#  Created by Jim Weirich on 2007-04-10.
#  Copyright (c) 2007. All rights reserved.

require 'flexmock/rspec'

module RSpec
  module Core
    module MockFrameworkAdapter

      def self.framework_name; :flexmock end

      include FlexMock::MockContainer
      def setup_mocks_for_rspec
        # No setup required
      end
      def verify_mocks_for_rspec
        flexmock_verify
      end
      def teardown_mocks_for_rspec
        flexmock_close
      end

    end
  end
end

Version data entries

45 entries across 45 versions & 10 rubygems

Version Path
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_flexmock.rb
vagrant-unbundled-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_flexmock.rb
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_flexmock.rb
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_flexmock.rb
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_flexmock.rb
vagrant-unbundled-1.8.4.2 vendor/bundle/ruby/2.3.0/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_flexmock.rb
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_flexmock.rb
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_flexmock.rb
opal-rspec-cj-0.4.4 vendor_lib/rspec/core/mocking/with_flexmock.rb
opal-rspec-0.4.3 vendor_lib/rspec/core/mocking/with_flexmock.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_flexmock.rb
opal-rspec-0.4.2 vendor_lib/rspec/core/mocking/with_flexmock.rb
opal-rspec-0.4.1 vendor_lib/rspec/core/mocking/with_flexmock.rb
opal-rspec-0.4.0 vendor_lib/rspec/core/mocking/with_flexmock.rb
opal-rspec-0.4.0.beta4 vendor_lib/rspec/core/mocking/with_flexmock.rb
rspec-core-2.99.2 lib/rspec/core/mocking/with_flexmock.rb
dxruby_rp5-0.0.4 spec/vendor/rspec-core-2.14.7/lib/rspec/core/mocking/with_flexmock.rb
rspec-core-2.99.1 lib/rspec/core/mocking/with_flexmock.rb
rspec-core-2.99.0 lib/rspec/core/mocking/with_flexmock.rb
rspec-core-2.99.0.rc1 lib/rspec/core/mocking/with_flexmock.rb