truthy icon indicating copy to clipboard operation
truthy copied to clipboard

Easily find out the truthiness of any Ruby object.

Results 1 truthy issues
Sort by recently updated
recently updated
newest added

Hi! At: https://github.com/ymendel/truthy/blob/c53516cacb333be6d1f7f56d94177f9fdddccc26/spec/spec_helper.rb#L6 I had to patch "require 'spec'" to "require 'rspec'". I'm guessing the namespace of the library changed over the years. Then the test suite passed! Thank you.