zonebie icon indicating copy to clipboard operation
zonebie copied to clipboard

Zonebie prevents bugs in code that deals with timezones by randomly assigning a zone on every run

Results 2 zonebie issues
Sort by recently updated
recently updated
newest added

I am hesitant to use randomness in my tests, because sometimes a test would pass and then the next time I run it it would fail. If the test is...

enhancement

I had this error ``` ‹main*›$ be rspec An error occurred while loading spec_helper. Failure/Error: require "zonebie/rspec" NoMethodError: undefined method `deprecator' for module ActiveSupport # /Users/horacio/.rvm/gems/ruby-3.3.3/gems/activesupport-7.1.4/lib/active_support/core_ext/array/conversions.rb:108:in `' # /Users/horacio/.rvm/gems/ruby-3.3.3/gems/activesupport-7.1.4/lib/active_support/core_ext/array/conversions.rb:8:in `'...