spec/yun/version_spec.rb in yun-0.0.4 vs spec/yun/version_spec.rb in yun-0.0.5
- 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.4'
+ Yun::VERSION.should == '0.0.5'
end
end