spec/helper.rb in grooveshark-0.2.11 vs spec/helper.rb in grooveshark-0.2.12
- old
+ new
@@ -1,3 +1,8 @@
-$:.unshift File.expand_path("../..", __FILE__)
+# -*- coding: utf-8 -*-
+$LOAD_PATH << File.expand_path('../lib', __FILE__)
-require 'grooveshark'
\ No newline at end of file
+require 'simplecov'
+
+SimpleCov.start do
+ add_filter '/spec/'
+end