Sha256: 640778f972348a3e3950df36843c0c70c97a4ca72ab826eda819742d08a5e3ef

Contents?: true

Size: 555 Bytes

Versions: 4

Compression:

Stored size: 555 Bytes

Contents

#
#  Project <%= @app.environment.appname %>
#
#  Created using bivouac on <%= Time.now %>.
#  Copyright (c) <%= Time.now.year %> __My__. All rights reserved.
#

require 'rubygems'
require 'mosquito'

ENV['BIVOUAC_ROOT'] = File.expand_path( File.dirname(__FILE__) + "/../" )
require ENV['BIVOUAC_ROOT'] + "/app/<%= @app.environment.appdir %>"

<%= @app.environment.appname %>.create if <%= @app.environment.appname %>.respond_to? :create
include <%= @app.environment.appname %>::Models

class Tests<%= @app.environment.appname %> < Camping::FunctionalTest

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bivouac-0.3.0 lib/bivouac/template/generate/test_begin.rb
bivouac-0.2.4 lib/bivouac/template/generate/test_begin.rb
bivouac-0.2.5 lib/bivouac/template/generate/test_begin.rb
bivouac-0.4.0 lib/bivouac/template/generate/test_begin.rb