Package: ruby-bluefeather / 0.41-5.1

Metadata

Package Version Patches format
ruby-bluefeather 0.41-5.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_tests_for_rspec3.3.0.patch | (download)

spec/code-block.rb | 22 11 11 - 0 !
spec/cui.rb | 6 3 3 - 0 !
spec/encoding.rb | 28 14 14 - 0 !
spec/table.rb | 22 11 11 - 0 !
spec/toc.rb | 10 5 5 - 0 !
5 files changed, 44 insertions( ), 44 deletions(-)

 fix test for rspec version 3.3.0
 In order for the tests to run on rspec 3.3.0, it was necessary
 to update the rspec methods be_false and be_true to be_falsey and
 be_truthy, respectivelly. Also, it was necessary to change the
 shared_as blocks for shared_context ones, since it is the new way
 for rspec tests.

 This fix will not be sent to the upstream, because the tool being used
 to hold the source code doesn't seem to allow merge requests.