Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't know how to build task 'default' #23

Closed
weppos opened this issue Sep 10, 2010 · 3 comments
Closed

Don't know how to build task 'default' #23

weppos opened this issue Sep 10, 2010 · 3 comments

Comments

@weppos
Copy link
Member

weppos commented Sep 10, 2010

I updated my master branch, then I tried to run the default task (usually the tests) but it failed.

$ rake
(in /Users/weppos/Code/money)
rake aborted!
Don't know how to build task 'default'

(See full trace by running task with --trace)

The solution is as simple as

# Run tests by default
task :default => :spec
@semmons99
Copy link
Member

fixed with commit b51bd9d

@weppos
Copy link
Member Author

weppos commented Sep 10, 2010

Could you please move it outside the begin/rescue block? In this way, if the rspec library is not available, the test task will be defined and will display the "no rspec" error message.

@semmons99
Copy link
Member

yeah, that makes more sense. fixed.

Losangelosgenetics pushed a commit to Losangelosgenetics/money that referenced this issue Mar 13, 2020
New test + fixtures to ensure that update_rates is atomic in nature.
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants