spec/spec_helper.rb in system-metrics-0.1.0 vs spec/spec_helper.rb in system-metrics-0.2.0
- old
+ new
@@ -1,6 +1,8 @@
+$:.push File.expand_path("../../app/models", __FILE__)
require 'rspec'
require 'rails'
+require 'system_metrics'
# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}