Skip to content

Commit

Permalink
tweak test env setup for urls/m
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Apr 8, 2012
1 parent a56f35b commit 97bf88f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/helper.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
gem 'minitest' unless ENV['NO_RUBYGEMS']
require 'minitest/autorun'
require 'minitest/spec'
require 'tag'
require 'fileutils'
require 'bahia'

ENV['TAG_HOME'] = File.dirname(__FILE__) + '/.tag'
ENV.delete('TAG_MODEL') # in case it's set

class MiniTest::Unit::TestCase
include Bahia
Expand Down

0 comments on commit 97bf88f

Please sign in to comment.