Skip to content

Commit

Permalink
Move to trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed May 10, 2008
1 parent 6ff2763 commit 2cb6d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/app_root/config/environment.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'config/boot' require 'config/boot'
require "#{File.dirname(__FILE__)}/../../../../../plugins_plus/boot" require "#{File.dirname(__FILE__)}/../../../../plugins_plus/boot"


Rails::Initializer.run do |config| Rails::Initializer.run do |config|
config.plugin_paths << '../..' config.plugin_paths << '..'
config.plugins = %w(plugins_plus acts_as_enumeration has_ratings) config.plugins = %w(plugins_plus acts_as_enumeration has_ratings)
config.cache_classes = false config.cache_classes = false
config.whiny_nils = true config.whiny_nils = true
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load the plugin testing framework # Load the plugin testing framework
$:.unshift("#{File.dirname(__FILE__)}/../../../plugin_test_helper/lib") $:.unshift("#{File.dirname(__FILE__)}/../../plugin_test_helper/lib")
require 'rubygems' require 'rubygems'
require 'plugin_test_helper' require 'plugin_test_helper'


Expand Down

0 comments on commit 2cb6d6e

Please sign in to comment.