summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Lavena <luislavena@users.noreply.github.com>2014-08-03 11:46:09 -0300
committerLuis Lavena <luislavena@users.noreply.github.com>2014-08-03 11:46:09 -0300
commitcf69cb715e9afadea4abf6c82e29e387df3d6942 (patch)
tree7eb71fff41acf93df3c4912e7701e0a1df59f497
parent465c6a69ce5b2005d35cc840fb01afcf727cab62 (diff)
parent79eff4da6479cf990ca3fd50c047ba72d3d1c921 (diff)
downloadrake-compiler-cf69cb715e9afadea4abf6c82e29e387df3d6942.tar.gz
Merge pull request #94 from hggh/ruby21
added configuration for Ruby 2.1 support in spec
-rw-r--r--spec/lib/rake/extensiontask_spec.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/lib/rake/extensiontask_spec.rb b/spec/lib/rake/extensiontask_spec.rb
index 1b1129e..fd6e8c7 100644
--- a/spec/lib/rake/extensiontask_spec.rb
+++ b/spec/lib/rake/extensiontask_spec.rb
@@ -491,7 +491,10 @@ describe Rake::ExtensionTask do
'rbconfig-universal-unknown-2.0.0' => '/some/path/version/2.0.0/to/rbconfig.rb',
'rbconfig-i386-mingw32-2.0.0' => '/some/path/version/2.0.0/to/rbconfig.rb',
'rbconfig-x64-mingw32-2.0.0' => '/some/path/version/2.0.0/to/rbconfig.rb',
- 'rbconfig-x64-mingw32-3.0.0' => '/some/fake/version/3.0.0/to/rbconfig.rb'
+ 'rbconfig-x64-mingw32-3.0.0' => '/some/fake/version/3.0.0/to/rbconfig.rb',
+ 'rbconfig-i386-mingw32-2.1.2' => '/some/path/version/2.1.2/to/rbconfig.rb',
+ 'rbconfig-universal-unknown-2.1.2' => '/some/path/version/2.1.2/to/rbconfig.rb',
+ 'rbconfig-universal-known-2.1.2' => '/some/path/version/2.1.2/to/rbconfig.rb'
}
end