spec/yun/version_spec.rb in yun-0.0.3 vs spec/yun/version_spec.rb in yun-0.0.4

- old
+ new

@@ -1,8 +1,8 @@ require 'spec_helper' require 'yun/version' describe Yun do it 'should return the version' do - Yun::VERSION.should == '0.0.2' + Yun::VERSION.should == '0.0.4' end end