spec/anemone_spec.rb in anemone-0.5.0 vs spec/anemone_spec.rb in anemone-0.6.0
- old
+ new
@@ -1,5 +1,6 @@
-require File.dirname(__FILE__) + '/spec_helper'
+$:.unshift(File.dirname(__FILE__))
+require 'spec_helper'
describe Anemone do
it "should have a version" do
Anemone.const_defined?('VERSION').should == true