1 parent ff37a4e commit dece7b3Copy full SHA for dece7b3
1 file changed
spec/bin/detect_spec.rb
@@ -24,7 +24,7 @@
24
25
run("bin/detect #{app_dir}") do |status|
26
expect(status).to be_success
27
- expect(stdout.string.rstrip.length).to be < 255
+ expect(stdout.string.rstrip.length).to be <= 255
28
end
29
30
0 commit comments