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

How to run tests? #33

Open
ramontayag opened this issue Mar 21, 2012 · 2 comments
Open

How to run tests? #33

ramontayag opened this issue Mar 21, 2012 · 2 comments

Comments

@ramontayag
Copy link
Contributor

I want to add the OEmbed functionality, but can't seem to get tests working. I get this when I run rake test:

Don't know how to build task 'check_dependencies'
@lukeasrodgers
Copy link
Contributor

Test suite still seems broken. I get an error due to rake/rdoctas being deprecated.

If I temporarily remove that task from the Rakefile, rake still craps out with the following eror:

Command failed with status (1): [ruby -I"lib:lib:test" -I"/Users/luke/.rvm/gems/ruby-1.9.2-p290@global/gems/rake-10.0.4/lib" "/Users/luke/.rvm/gems/ruby-1.9.2-p290@global/gems/rake-10.0.4/lib/rake/rake_test_loader.rb" "test/**/*_test.rb" ]

@lukeasrodgers
Copy link
Contributor

FYI this seems to be fixed.

bundle
rake test

All tests pass (OSX 10.8.4, ruby 2.0.0p195)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants