Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Merge abb5b2b into 07ab94b
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed May 3, 2019
2 parents 07ab94b + abb5b2b commit 75f7c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ssh_scan/version_spec.rb
Expand Up @@ -14,7 +14,7 @@
it "SSHScan::VERSION should have a number between 1-20 for each octet" do
SSHScan::VERSION.split('.').each do |octet|
expect(octet.to_i).to be >= 0
expect(octet.to_i).to be <= 40
expect(octet.to_i).to be <= 60
end
end
end

0 comments on commit 75f7c67

Please sign in to comment.