Skip to content

Commit 41c1ec9

Browse files
committed
Test to ensure that the version has not changed.
1 parent 5c0dfd6 commit 41c1ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/open_weather/version_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'spec_helper'
22

33
describe "Version" do
4-
it "should be version 0.9.1" do
5-
OpenWeather::VERSION.should == "0.9.1"
4+
it "should be version 0.9.2" do
5+
OpenWeather::VERSION.should == "0.9.2"
66
end
77
end

0 commit comments

Comments
 (0)