1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-02 00:19:13 +02:00
Mike Linksvayer 2017-01-03 10:18:27 -08:00
parent 7b4890ddf6
commit 7de7b2c8ef

View File

@ -12,8 +12,8 @@ describe 'ci ruby version' do
ci_config = YAML.load_file(ci_config_file)
ci_ruby_version = ci_config['rvm'][0]
context "#{ci_config_file} and pages ruby versions" do
it 'do not match' do
context "in #{ci_config_file} and pages ruby version" do
it 'match' do
msg = "(#{ci_ruby_version}) != (#{pages_ruby_version})"
expect(ci_ruby_version).to eql(pages_ruby_version), msg
end