Skip to content

Commit

Permalink
Improve test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 28, 2015
1 parent a901431 commit 3d4c516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/build/environment/checksum_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module Build::ChecksumSpec
expect(e.checksum).to be == "0e29e95023819e0ecd2850edece5851a"
end

it "should compute same checksum" do
it "should compute same checksum when keys are in different order" do
e = Build::Environment.hash(b: 20, a: 10)

expect(e.checksum).to be == "0e29e95023819e0ecd2850edece5851a"
Expand Down

0 comments on commit 3d4c516

Please sign in to comment.