adding all of botlist, initial add
[botlist.git] / botlistprojects / botgems_remote / ruby / rspec / spec_helper.rb
blob9483a9b5cea18a217a913335f30ee0b610d52710
1 ###
2 ### Author: Berlin Brown
3 ### spec_helper.rb
4 ### Date: 2/22/2008
5 ### Description: RSpec, JRuby helper for setting up
6 ### spring rspec tests for botlist
7 ###
9 require 'spec'
10 require 'java'
12 include_class('java.lang.String') { 'JString' }
13 include_class('java.lang.System') { 'JSystem' }
15 # The logs will get output here
16 JSystem.getProperties().put("catalina.base", "util")
18 # End of File