spec/spec_helper.rb in sinsiliux-hornsby-0.3.0 vs spec/spec_helper.rb in sinsiliux-hornsby-0.4.0

- old
+ new

@@ -19,7 +19,7 @@ require '../lib/hornsby' require 'db/fruit' require 'db/tree' Spec::Runner.configure do |config| - Hornsby.configure_rspec(config, :filename => File.join('hornsby_scenario.rb'), :scenarios => :big_cherry) + Hornsby.configure_rspec(config, :root => File.join(spec_dir, '..'), :scenarios => :big_cherry) end