spec/spec_helper.rb in radiodan-0.0.4 vs spec/spec_helper.rb in radiodan-1.0.0
- old
+ new
@@ -1,6 +1,6 @@
require 'rspec/autorun'
-$: << File.expand_path('../../lib/radiodan', __FILE__)
+$:.unshift File.expand_path('../../lib/radiodan', __FILE__)
RSpec.configure do |config|
#config.mock_with :mocha
# Use color in STDOUT