We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to add the OEmbed functionality, but can't seem to get tests working. I get this when I run rake test:
rake test
Don't know how to build task 'check_dependencies'
The text was updated successfully, but these errors were encountered:
Test suite still seems broken. I get an error due to rake/rdoctas being deprecated.
rake/rdoctas
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" ]
Sorry, something went wrong.
FYI this seems to be fixed.
bundle rake test
All tests pass (OSX 10.8.4, ruby 2.0.0p195)
No branches or pull requests
I want to add the OEmbed functionality, but can't seem to get tests working. I get this when I run
rake test
:The text was updated successfully, but these errors were encountered: