spec/galago/router/version_spec.rb in galago-router-0.0.1 vs spec/galago/router/version_spec.rb in galago-router-0.0.2
- old
+ new
@@ -1,9 +1,9 @@
require 'spec_helper'
module Galago
describe 'Router::VERSION' do
- it "0.0.1" do
- expect(Router::VERSION).to eql '0.0.1'
+ it "current" do
+ expect(Router::VERSION).to eql '0.0.2'
end
end
end