0a3c37373c
Prior to this commit, the Gemfile for strings did not specify which version of rspec to use. When it started using rspec 3, the tests that relied upon the rspec-html-matchers gem began to fail, likely because that gem is not yet compatible with the new version of rspec. Update the Gemfile so that we explicitly use an older version of rspec to prevent tests from failing. We will have to either wait for rspec-html-matchers to catch up or find a new way of testing the HTML output before we can update to rspec 3. |
||
---|---|---|
.. | ||
acceptance | ||
lib/strings_spec | ||
unit | ||
spec_helper.rb | ||
spec_helper_acceptance.rb |