Skip to content

Commit fad13d2

Browse files
committed
document fixing error in test output
#473 (comment)
1 parent 7de7b2c commit fad13d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/ci_ruby_version_spec.rb

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

1515
context "in #{ci_config_file} and pages ruby version" do
1616
it 'match' do
17-
msg = "(#{ci_ruby_version}) != (#{pages_ruby_version})"
17+
msg = "#{ci_ruby_version} != #{pages_ruby_version}; please add a commit bumping in #{ci_config_file}"
1818
expect(ci_ruby_version).to eql(pages_ruby_version), msg
1919
end
2020
end

0 commit comments

Comments
 (0)