Skip to content

Commit

Permalink
- some fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanel Suurhans committed Sep 7, 2010
1 parent 93921d5 commit e1114b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.idea/*
17 changes: 6 additions & 11 deletions full.rb
@@ -1,19 +1,14 @@
apply 'cleanup'
apply 'git'
apply 'cleanup', :verbose => true
apply 'git', :verbose => true

if yes?("Use RSpec?")
apply 'rspec.rb'
apply 'rspec.rb', :verbose => true
end

if yes?("Use BDD?")
apply 'cucumber.rb'
apply 'cucumber.rb', :verbose => true
end

if yes?("Add jQuery?")
apply 'jquery.rb'
end

#if yes?("Add jQuery UI?")
#apply 'jqueryui.rb'
#end

apply 'jquery.rb', :verbose => true
end

0 comments on commit e1114b9

Please sign in to comment.