spec_helper.rb 221 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 require 'rspec' RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end def desc(expression, opts = {}) Cronex::ExpressionDescriptor.new(expression, opts).description end end