Skip to content

Commit 3b0fa53

Browse files
committed
Merge branch '3.x'
2 parents 093f4c5 + dece7b3 commit 3b0fa53

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)