adding all of botlist, initial add
[botlist.git] / openbotlist / WEB-INF / lib / ruby / rspec / spec / spec / interop / test / unit / resources / spec_with_errors.rb
blob71427dbaad8a87d28feb988e0eb0c7296a9f8474
1 rspec_lib = File.dirname(__FILE__) + "/../../../../../../lib"
2 $:.unshift rspec_lib unless $:.include?(rspec_lib)
3 require 'test/unit'
4 require 'spec'
6 describe "example group with errors" do
7   it "should raise errors" do
8     raise "error raised in example group with errors"
9   end
10 end