Sha256: 9d8a54178f347c007cc1ea7e1a920b9bc5c267bc492cf2d1a94ecf0ee488c712
Contents?: true
Size: 223 Bytes
Versions: 60
Compression:
Stored size: 223 Bytes
Contents
$:.push File.join(File.dirname(__FILE__), *%w[.. .. .. lib]) require 'spec' class MySpec < Spec::ExampleGroup def should_pass_with_should 1.should == 1 end def should_fail_with_should 1.should == 2 end end
Version data entries
60 entries across 60 versions & 10 rubygems