Thanks to some very quick feedback on the 1.1.7 release, the RSpec Development Team is proud to announce yet another bug fix release: RSpec-1.1.8.
RSpec-1.1.8 includes the following changes: == rspec-1.1.8 * 2 bug fixes * restore colorized output in linux and windows w/ autotest (Tim Pope). Fixes #413. * autospec no longer hangs on windows. Fixes #554. == rspec-rails-1.1.8 * 2 bug fixes * correctly handle assigns that are false. Fixes #552. * ensure that NotYetImplemented examples report as pending (fixed in rspec, not rspec-rails). Fixes #553. == Install [sudo] gem install rspec [sudo] gem install rspec-rails == More information http://rspec.info http://rubyforge.org/projects/rspec/ http://github.com/dchelimsky/rspec/wikis http://rspec.lighthouseapp.com/ _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
