spec/yun/version_spec.rb in yun-0.0.5 vs spec/yun/version_spec.rb in yun-0.0.6

- 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.5' + Yun::VERSION.should == '0.0.6' end end