diff options
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ require 'rake' require 'rspec/core/rake_task' +desc 'Run the application' +task :run do + sh 'ruby ./bin/family_tree.rb ./data/actions.txt' +end + RSpec::Core::RakeTask.new(:spec) do |t| t.pattern = 'spec/**/*_spec.rb' end |
