Skip to content

Commit

Permalink
Updating to cucumber 0.8.5 and stop symlinking the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Jul 18, 2010
1 parent e7d7e60 commit 01de98d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,11 @@ namespace :generator do
FileUtils.rm_rf(each)
end

FileUtils.rm_rf("test/rails_root/vendor/plugins/clearance")
FileUtils.rm_rf("test/rails_root/app/views/passwords")
FileUtils.rm_rf("test/rails_root/app/views/sessions")
FileUtils.rm_rf("test/rails_root/app/views/users")
FileUtils.mkdir_p("test/rails_root/vendor/plugins")
clearance_root = File.expand_path(File.dirname(__FILE__))
system("ln -s #{clearance_root} test/rails_root/vendor/plugins/clearance")
FileList["test/rails_root/features/*.feature"].each do |each|
FileUtils.rm_rf(each)
end
Expand Down
2 changes: 1 addition & 1 deletion test/rails_root/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'nokogiri', '1.4.1'
gem 'capybara'
gem 'database_cleaner'
gem 'cucumber-rails', '0.3.2'
gem 'cucumber', '0.8.0'
gem 'cucumber', '0.8.5'
gem 'launchy'

gem 'clearance', :path => '../..'

0 comments on commit 01de98d

Please sign in to comment.