Sha256: 399423cba731f1659b4b44a10349222cf0302a1f45cdae8f99397e71d97eaab5
Contents?: true
Size: 936 Bytes
Versions: 5
Compression:
Stored size: 936 Bytes
Contents
# Let's include the eycap gem. # FIXME: when you uncomment the require to bring in eycap it starts to error: # # capistrano/lib/capistrano/configuration/loading.rb:18: # in `instance': Please require this file from within a Capistrano recipe (LoadError) # # require File.dirname(__FILE__) + '/../lib/eycap' # This is a short and sweet way to bootstrap minitest. # It also lets them keep it under a "service" if they want to make changes to # the <tt>autorun</tt> method. # https://github.com/seattlerb/minitest/blob/master/lib/minitest/autorun.rb require 'minitest/autorun' # This library has assertions and expectations already written that can help # to test capistrano recipes. require 'minitest-capistrano' # Let's add capistrano, since that's what we need to deploy. require 'capistrano' # Load a default fixture capistrano object. require File.expand_path(File.join(File.dirname(__FILE__), 'fixtures','recipes','default'))
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
eycap-0.6.6 | test/minitest_helper.rb |
eycap-0.6.5 | test/minitest_helper.rb |
eycap-0.6.4 | test/minitest_helper.rb |
eycap-0.6.3 | test/minitest_helper.rb |
eycap-0.6.2 | test/minitest_helper.rb |