Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Add configuration task for dummy app and page
Browse files Browse the repository at this point in the history
  • Loading branch information
tubbo committed Jul 16, 2012
1 parent 5d6034f commit f7aa965
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/tasks/configure.rake
@@ -0,0 +1,6 @@
require 'fileutils'

desc "Configure the dummy app with a dummy Facebook page."
task :configure do
cp "config/facebook.yml", "test/dummy/config/facebook.yml"
end

0 comments on commit f7aa965

Please sign in to comment.