require 'spec_helper' module Galago describe 'Router::VERSION' do it "current" do expect(Router::VERSION).to eql '0.0.2' end end end