Skip to content

Commit

Permalink
Fixed rakefile
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/pivotalrb/desert/trunk@602 af276e61-6b34-4dac-905b-574b5f35ef33
  • Loading branch information
btakita committed Aug 2, 2007
1 parent 644556b commit f6a033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

def run_suite
dir = File.dirname(__FILE__)
system("ruby #{dir}/examples/example_suite.rb") || raise("Example Suite failed")
system("ruby #{dir}/spec/spec_suite.rb") || raise("Example Suite failed")
end

PKG_NAME = "desert"
Expand Down

0 comments on commit f6a033e

Please sign in to comment.