Skip to content

Commit

Permalink
Moved testing boot.rb to test/lib/boot.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Sep 20, 2008
1 parent 1733030 commit a584583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
require 'shoulda'
require 'quietbacktrace'
require 'mocha'
require File.join(File.dirname(__FILE__),'boot') unless defined?(ActiveRecord)
require 'grouped_scope'
require File.join(File.dirname(__FILE__),'lib/boot') unless defined?(ActiveRecord)
require 'lib/test_case'
require 'grouped_scope'


class GroupedScope::TestCase

Expand Down
File renamed without changes.

0 comments on commit a584583

Please sign in to comment.