File: mocks.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 (4 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (2)
1
2
3
4
# For backward compatibility with rspec-1
require 'rspec/mocks'

RSpec.deprecate "require 'spec/mocks'", :replacement => "require 'rspec/mocks'"