Skip to content

Commit

Permalink
Merge pull request #26 from sue445/feature/tweak_spec
Browse files Browse the repository at this point in the history
Tweak spec
  • Loading branch information
sue445 committed Jun 30, 2018
2 parents 91f419c + 50dc82b commit 5ea7d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/apple_system_status/cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
describe "#fetch" do
it "should execute" do
result = system("./exe/apple_system_status fetch")
expect(result).to be true
expect(result).to eq true
end
end

describe "#cli" do
it "should execute" do
result = system("./exe/apple_system_status version")
expect(result).to be true
expect(result).to eq true
end
end
end

0 comments on commit 5ea7d3f

Please sign in to comment.