Skip to content

Commit

Permalink
Version bump to 0.2.1 and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holtz committed Apr 28, 2020
1 parent ad82113 commit 5f4a6ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
xcresult (0.2.0)
xcresult (0.2.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/xcresult/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module XCResult
VERSION = '0.2.0'
VERSION = '0.2.1'
end
2 changes: 1 addition & 1 deletion spec/xcresult_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@

expect(testable_summary.tests.count).to eq(1)
expect(testable_summary.tests[0].duration).to eq(9.394425988197327)
expect(testable_summary.tests[0].subtests.count).to eq(9.394425988197327)
expect(testable_summary.tests[0].subtests.count).to eq(1)
end
end

0 comments on commit 5f4a6ff

Please sign in to comment.