File: mock.rb

package info (click to toggle)
ruby-rspec-mocks 2.14.3-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 868 kB
  • sloc: ruby: 8,131; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
module RSpec
  module Mocks
    class Mock
      include TestDouble
    end
  end
end