mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
affirmative wording
https://github.com/github/choosealicense.com/pull/473#discussion_r94403400
This commit is contained in:
parent
7b4890ddf6
commit
7de7b2c8ef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user