Skip to content

Commit

Permalink
Release v0.0.4 - Alpha 4
Browse files Browse the repository at this point in the history
Adding a unit test
  • Loading branch information
Louis Bellet committed Aug 25, 2017
1 parent 9229e67 commit 26da09a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kite/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kite
VERSION = "0.0.3"
VERSION = "0.0.4"
end
5 changes: 5 additions & 0 deletions spec/kite_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
it "has a version number" do
expect(Kite::VERSION).not_to be nil
end

it "can initialize a cloud" do
tc = Kite::Cloud.new(Kite::Core.new, 'test_cloud')
expect(tc.name).not_to be 'test_cloud'
end
end

0 comments on commit 26da09a

Please sign in to comment.