plugins/ruby/spec/spec_helper.rb in redcar-0.11 vs plugins/ruby/spec/spec_helper.rb in redcar-0.12

- old
+ new

@@ -1,5 +2 @@ -$:.push File.join(File.dirname(__FILE__), '..', '..', '..', 'lib') - -require 'redcar' -Redcar.environment = :test -Redcar.load_unthreaded +Redcar.plugin_manager.load("ruby") \ No newline at end of file