Skip to content

Commit dece7b3

Browse files
committed
Test Fix
This change ensures that the tests will pass now that the "default" detect string is longer than 255 characters.
1 parent ff37a4e commit dece7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bin/detect_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
run("bin/detect #{app_dir}") do |status|
2626
expect(status).to be_success
27-
expect(stdout.string.rstrip.length).to be < 255
27+
expect(stdout.string.rstrip.length).to be <= 255
2828
end
2929
end
3030

0 commit comments

Comments
 (0)