Skip to content

Commit

Permalink
Require mocha before shoulda to fix 'uninitialized constant Test::Uni…
Browse files Browse the repository at this point in the history
…t::TestResult::TestResultFailureSupport'

	* test/test_helper.rb: require mocha earlier
  • Loading branch information
josephholsten committed Mar 3, 2010
1 parent af7b0f2 commit 1155350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -3,8 +3,8 @@
require 'test/unit'
require 'rets4r'
require 'rubygems'
require 'shoulda'
require 'mocha'
require 'shoulda'

# Configure ListingService
listing_service_config_file = File.expand_path(File.join('test', 'data', 'listing_service.yml'))
Expand Down

0 comments on commit 1155350

Please sign in to comment.