Sha256: 840f5481d4c680aad55d8fde0de76e3b5197a559dc46311b8cbb1fbab28b4bc4
Contents?: true
Size: 228 Bytes
Versions: 13
Compression:
Stored size: 228 Bytes
Contents
$:.push File.join(File.dirname(__FILE__), *%w[.. .. lib]) require 'spec/autorun' 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
13 entries across 13 versions & 2 rubygems