diff options
author | Luis Parravicini <lparravi@gmail.com> | 2009-12-27 22:32:29 +0800 |
---|---|---|
committer | Luis Lavena <luislavena@gmail.com> | 2009-12-30 05:44:21 +0800 |
commit | 7b7af198545cf831c6cde2c200bc248b1ee6e78c (patch) | |
tree | 8e61c5104e51d7f5c572d7dac7b087e447ab9b5d | |
parent | 2d0068e5223ae410be815a92f01cdd6b5c9cd95f (diff) | |
download | rake-compiler-7b7af198545cf831c6cde2c200bc248b1ee6e78c.tar.gz |
bugfix for issue 15
-rw-r--r-- | spec/lib/rake/extensiontask_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/rake/extensiontask_spec.rb b/spec/lib/rake/extensiontask_spec.rb index c13ec88..36152e2 100644 --- a/spec/lib/rake/extensiontask_spec.rb +++ b/spec/lib/rake/extensiontask_spec.rb @@ -439,6 +439,7 @@ describe Rake::ExtensionTask do def mock_config_yml { 'rbconfig-1.8.6' => '/some/path/version/1.8/to/rbconfig.rb', + 'rbconfig-1.8.7' => '/some/path/version/1.8/to/rbconfig.rb', 'rbconfig-1.9.1' => '/some/path/version/1.9.1/to/rbconfig.rb', 'rbconfig-3.0.0' => '/some/fake/version/3.0.0/to/rbconfig.rb' } |