Skip to content

Commit

Permalink
updates for watircraft 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bret committed Feb 7, 2009
1 parent 91e1550 commit 84e9020
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 15 deletions.
2 changes: 2 additions & 0 deletions watircraft/config/environments.yml
@@ -1,2 +1,4 @@
test:
url: http://localhost:3000
local:
url: http://localhost:3000
8 changes: 5 additions & 3 deletions watircraft/lib/initialize.rb
@@ -1,5 +1,7 @@
# This file is autogenerated.
# Do not edit this file. It will be automatically replaced when you upgrade to newer versions
# of watircraft.
# Generated at Tue Feb 03 20:42:54 +0000 2009
# Generated by watircraft 0.3.1

$LOAD_PATH.unshift ENV['TAZA_DEV'] + 'lib' if ENV['TAZA_DEV']

ENV['ENVIRONMENT'] ||= "test"
APP_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..')) unless defined?(APP_ROOT)
4 changes: 4 additions & 0 deletions watircraft/lib/steps/world.rb
@@ -1,3 +1,7 @@
# This file is autogenerated.
# Do not edit this file. It will be automatically replaced when you
# upgrade to newer versions of watircraft.

require 'spec'
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
require 'initialize'
Expand Down
8 changes: 1 addition & 7 deletions watircraft/rakefile
@@ -1,10 +1,4 @@
#Generated at Mon Feb 02 21:38:27 +0000 2009
#Generated at Tue Feb 03 20:42:54 +0000 2009
require 'rubygems'
require 'taza/tasks'

#Taza::Rake::Tasks.new do |t|
# file_hole = "artifacts/#{Time.now.to_i}"
# t.spec_opts = ["--format html:#{file_hole}/index.html",
# "--format p",
# "--format failing_examples:#{file_hole}/failing_examples.txt"]
#end
5 changes: 0 additions & 5 deletions watircraft/script/generate
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
$LOAD_PATH.unshift ENV['TAZA_DEV'] + 'lib' if ENV['TAZA_DEV']
APP_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..'))

begin
Expand All @@ -12,8 +11,4 @@ require 'rubigen/scripts/generate'

ARGV.shift if ['--help', '-h'].include?(ARGV[0])
RubiGen::Base.use_component_sources! [:watircraft, :test_unit]
if ENV['TAZA_DEV']
RubiGen::Base.prepend_sources(
RubiGen::PathSource.new(:dev, ENV['TAZA_DEV'] + 'watircraft_generators'))
end
RubiGen::Scripts::Generate.new.run(ARGV)
4 changes: 4 additions & 0 deletions watircraft/test/features/feature_helper.rb
@@ -1,3 +1,7 @@
# This file is autogenerated.
# Do not edit this file. It will be automatically replaced when you
# upgrade to newer versions of watircraft.

require 'rubygems'

library = File.expand_path(File.dirname(__FILE__) + '/../../lib')
Expand Down
4 changes: 4 additions & 0 deletions watircraft/test/specs/spec_helper.rb
@@ -1,3 +1,7 @@
# This file is autogenerated.
# Do not edit this file. It will be automatically replaced when you
# upgrade to newer versions of watircraft.

require 'rubygems'
require 'spec'
require 'mocha'
Expand Down

0 comments on commit 84e9020

Please sign in to comment.