Sha256: 82e36d472db5ce4edc7e4b7a279a50f59fdeed46070abb90dbfaa2dc8505720c
Contents?: true
Size: 290 Bytes
Versions: 9
Compression:
Stored size: 290 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' require 'bolt' # Rails support # TODO test/test_helper is not good for checking for rails, try something else if File.exists?('test/test_helper.rb') require 'bolt/adapters/rails' end # start ## that must be the worst comment ever Bolt.start
Version data entries
9 entries across 9 versions & 1 rubygems