Skip to content

Commit

Permalink
Renamed default config files.
Browse files Browse the repository at this point in the history
The default config files used to be 1.8.mspec and 1.9.mspec. MSpec
would also try to load default.mspec if it existed. This was causing
conflicts as the settings in 1.8.mspec, for example, would override
those in the implementation-specific default.mspec file. Now, the
default file to load is named as follows:

  "#{RUBY_ENGINE}.#{RUBY_VERSION.split('.')[0,2].join('.')}.mspec"
  • Loading branch information
Brian Ford committed Dec 2, 2008
1 parent 5b95f08 commit 25fee10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
File renamed without changes.
File renamed without changes.

0 comments on commit 25fee10

Please sign in to comment.