added specs for matcher and fixed up bugs

This commit is contained in:
Adam Meehan
2008-07-26 00:16:17 +10:00
parent ed165d3f9d
commit 79460dc39b
3 changed files with 163 additions and 23 deletions

View File

@@ -1,6 +1,8 @@
$:.unshift(File.dirname(__FILE__) + '/../lib')
$:.unshift(File.dirname(__FILE__))
ENV['RAILS_ENV'] = 'test'
require 'rubygems'
require 'spec'
require 'spec/interop/test'