ci-reporter / ci_reporter

CI::Reporter is an add-on to popular test frameworks that allows you to generate XML reports
MIT License
343 stars 110 forks source link

be_<= does not work now. use be <= instead #109

Closed okitan closed 10 years ago

okitan commented 10 years ago

With latest rspec, test fails as below

Failures:

  1) The ReportManager should shorten extremely long report filenames
     Failure/Error: filename.length.should be_<= 255
     NoMethodError:
       undefined method `<=' for #<RSpec::Matchers::BuiltIn::BePredicate:0x007fb975240de8>
     # ./spec/ci/reporter/report_manager_spec.rb:48:in `block (2 levels) in <top (required)>'
nicksieger commented 10 years ago

Thanks for the pull request. I fixed this issue in 62a1306601be2ed68510b8fe6412c3ca67802bf5.