2 parents 093f4c5 + dece7b3 commit 3b0fa53Copy full SHA for 3b0fa53
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