Skip to content

Commit 4cc3cf3

Browse files
committed
Merge pull request #26 from JesseEmond/update-version-test
Update version_spec test to reflect the current API version
2 parents 1a85f8c + 5dc6ef9 commit 4cc3cf3

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,5 +1,5 @@
11
describe 'Version' do
2-
it 'should be version 0.10.0' do
3-
OpenWeather::VERSION.should == '0.10.0'
2+
it 'should be version 0.11.0' do
3+
OpenWeather::VERSION.should == '0.11.0'
44
end
55
end

0 commit comments

Comments
 (0)