Cédric Boutillier

Results 45 issues of Cédric Boutillier

Hi, On Debian systems, the test test_tail_change2 has a tendency to fail (on my system, it sometimes passes, but fails about half of the time I would say). The bug...

Hi, Could you please release the 1.0.1 version with RSpec3 support as a gem? Thanks! Cédric

Hi! Could you please move files inside lib/support/ inside the lib/coercible subdirectory? This would ensure that all installed files are under the same namespace, and that there are no conflict...

Hi, Could you convert the spec to RSpec3? An easy start is replace replace the `color_enabled=` method by `color=` There are also some deprecation warnings, which could be dealt with...

In Debian, when tring to build sham_rack with ruby3.0, we noticed the spec failures described in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996386 They are caused by the fact that in `spec/sham_rack_spec.rb' opens urls with `open`...

Hi! In Debian, the testsuite of your gem is run without the bundler/setup part. Everything is working fine, except one single error with 4.1.0: ``` 1) Error: TestSlimCodeEvaluation#test_code_attribute_does_not_modify_argument: NameError: uninitialized...

Hi again, After adding the requirement for weibull, I have now two more tests failing: ``` Failures: 1) Distribution::Exponential rng should default to Kernel#rand if no :random is given Failure/Error:...

Hi, Currently, when I run `rspec`, I get the following error: ``` /home/boutil/src/ruby/distribution/distribution/spec/weibull_spec.rb:5:in `': uninitialized constant Distribution::Weibull (NameError) from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1327:in `load' from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1327:in `block in load_spec_files' from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1325:in `each' from...

Hi, With commit https://github.com/clbustos/distribution/commit/6a7d8c01153728795ab7dcc05a8ea3ab6ec6e268, the license changed to BSD-3-clause, but some file headers (I think only lib/distribution.rb) still points to the GPL-2+. You should remove them. Thanks, Cédric

Port test suite to RSpec 3: - add configuration option to allow 'old' `should` syntax - use `be_truthy` and `be_falsey` instead of `be_true` and `be_false`