Sha256: 8f061b6004556333d9a905eaf0d981cb4be030e5fab552be961877151c6d1561

Contents?: true

Size: 292 Bytes

Versions: 7

Compression:

Stored size: 292 Bytes

Contents

require 'test/unit'
require File.dirname(__FILE__) + '/../lib/roo'

# helper method
def after(d)
  yield if DateTime.now > d
end
  
# helper method
def before(d)
  yield if DateTime.now <= d
end
         
# helper method
def local_only
  if ENV["roo_local"] == "thomas-p"
    yield
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
donibuchanan-roo-1.9.1.6 test/test_helper.rb
donibuchanan-roo-1.9.1.5 test/test_helper.rb
roo-1.9.3 test/test_helper.rb
donibuchanan-roo-1.9.1.4 test/test_helper.rb
roo-1.9.2 test/test_helper.rb
roo-1.9.1 test/test_helper.rb
roo-1.9.0 test/test_helper.rb