public
Description: Behaviour Driven Development framework for Ruby
Homepage: http://rspec.info
Clone URL: git://github.com/dchelimsky/rspec.git
Click here to lend your support to: rspec and make a donation at www.pledgie.com !
rspec / lib / spec / mocks / extensions / class.rb
100644 4 lines (3 sloc) 0.06 kb
1
2
3
4
class Class
  include Spec::Mocks::AnyInstance::Methods
end