Sha256: 7f5b380bb9c6d5a562344fb322732649ab22419a24076838c628797fa11ff442
Contents?: true
Size: 554 Bytes
Versions: 4
Compression:
Stored size: 554 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 Test<%= @app.environment.appname %> < Camping::FunctionalTest
Version data entries
4 entries across 4 versions & 1 rubygems