1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00

add lib (so you can just require 'rpsec')

This commit is contained in:
David Chelimsky 2009-06-30 10:22:14 -05:00
parent f8e63c33ff
commit 37714818ab

3
lib/rspec.rb Normal file
View file

@ -0,0 +1,3 @@
require 'rspec/core'
require 'rspec/expectations'
require 'rspec/mocks'