Package: ruby-text-table / 1.2.4-4
Metadata
Package | Version | Patches format |
---|---|---|
ruby-text-table | 1.2.4-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 spec integration_helper remove unused variable.patch | (download) |
spec/integration_helper.rb |
1 0 + 1 - 0 ! |
spec/integration_helper: remove unused variable Under RSpec 3, probably due to some change in the order that the specs are executed and/or loaded, that variable ends up influencing spec/cell_spec.rb, and making one test fail. Also, @table is never used in spec/integration/*.rb Fixes #14 |
0002 spec spec_helper.rb remove unecessary require.patch | (download) |
spec/spec_helper.rb |
1 0 + 1 - 0 ! |
spec/spec_helper.rb: remove unecessary require Under RSpec 3, this generates a warning |
0003 Convert test suite to RSpec 3.patch | (download) |
spec/cell_spec.rb |
8 4 + 4 - 0 ! |
convert test suite to rspec 3 |