Skip to content

Commit

Permalink
Start considering 1.9.2 and 1.9.3 as rbconfig candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Sep 21, 2010
1 parent 86402d6 commit 687f6c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/lib/rake/extensiontask_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ 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-1.9.2' => '/some/path/version/1.9.1/to/rbconfig.rb',
'rbconfig-1.9.3' => '/some/path/version/1.9.1/to/rbconfig.rb',
'rbconfig-3.0.0' => '/some/fake/version/3.0.0/to/rbconfig.rb'
}
end
Expand Down

0 comments on commit 687f6c4

Please sign in to comment.