Skip to content

Commit 7de7b2c

Browse files
committed
affirmative wording
#473 (comment)
1 parent 7b4890d commit 7de7b2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/ci_ruby_version_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
ci_config = YAML.load_file(ci_config_file)
1313
ci_ruby_version = ci_config['rvm'][0]
1414

15-
context "#{ci_config_file} and pages ruby versions" do
16-
it 'do not match' do
15+
context "in #{ci_config_file} and pages ruby version" do
16+
it 'match' do
1717
msg = "(#{ci_ruby_version}) != (#{pages_ruby_version})"
1818
expect(ci_ruby_version).to eql(pages_ruby_version), msg
1919
end

0 commit comments

Comments
 (0)