Sha256: d91311805aeab851031b4dd486593fd6fe560e2fc6d2e1ca2c304631c4febd47
Contents?: true
Size: 619 Bytes
Versions: 1
Compression:
Stored size: 619 Bytes
Contents
require 'rest-client' require 'json' module Futest # # # # # # # Futest flexible testing helpers for Ruby # @homepage: https://github.com/fugroup/futest # @author: Vidar <vidar@fugroup.net>, Fugroup Ltd. # @license: MIT, contributions are welcome. # # # # # # class << self; attr_accessor :show, :mode, :debug; end # The command to run when you use 'show' # The default is for MacOs. The -g flag opens the page in the background. @show = 'open -g' # Mode, default is development @mode = ENV['RACK_ENV'] || 'development' # Debug @debug = false end require_relative 'futest/helpers'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
futest-0.1.1 | lib/futest.rb |