Skip to content

Commit

Permalink
fixing the factory girl loader
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograsselli committed Jan 28, 2012
1 parent fe0abeb commit 2f15e9e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions main.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
run 'rm -rf test/ public/index.html'
run 'mkdir -p spec/support/factories features/support'

run 'curl https://raw.github.com/BrunoGrasselli/rails_template/master/Gemfile -o Gemfile'
run 'curl https://raw.github.com/BrunoGrasselli/rails_template/master/.gitignore -o .gitignore'
run 'curl https://raw.github.com/BrunoGrasselli/rails_template/master/application.html.erb -o app/views/layouts/application.html.erb'
run 'curl https://raw.github.com/BrunoGrasselli/rails_template/master/development.rb -o config/environments/development.rb'
run 'curl https://raw.github.com/BrunoGrasselli/rails_template/master/factory_girl.rb -o spec/support/factory_girl.rb'

run 'rm -rf test/ public/index.html'
run 'mkdir -p spec/support/factories features/support'
run 'cp spec/support/factory_girl.rb features/support/factory_girl.rb'
run 'curl https://raw.github.com/BrunoGrasselli/rails_template/master/factory_girl.rb -o features/support/factory_girl.rb'

run 'bundle install'

Expand Down

0 comments on commit 2f15e9e

Please sign in to comment.