We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4890d commit 7de7b2cCopy full SHA for 7de7b2c
1 file changed
spec/ci_ruby_version_spec.rb
@@ -12,8 +12,8 @@
12
ci_config = YAML.load_file(ci_config_file)
13
ci_ruby_version = ci_config['rvm'][0]
14
15
- context "#{ci_config_file} and pages ruby versions" do
16
- it 'do not match' do
+ context "in #{ci_config_file} and pages ruby version" do
+ it 'match' do
17
msg = "(#{ci_ruby_version}) != (#{pages_ruby_version})"
18
expect(ci_ruby_version).to eql(pages_ruby_version), msg
19
end
0 commit comments