Skip to content

Commit

Permalink
Re-org spec into a spec_helper & spec
Browse files Browse the repository at this point in the history
  • Loading branch information
eee-c committed Mar 27, 2009
1 parent ee0e193 commit 9c50917
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/spec_helper.rb
@@ -0,0 +1,12 @@
ENV['RACK_ENV'] = 'test'

require 'eee'
require 'spec'
require 'spec/interop/test'
require 'sinatra/test'

require 'webrat'

Spec::Runner.configure do |config|
config.include Webrat::Matchers, :type => :views
end

0 comments on commit 9c50917

Please sign in to comment.