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

ci task does not work #11

Closed
groteck opened this issue Aug 25, 2014 · 1 comment
Closed

ci task does not work #11

groteck opened this issue Aug 25, 2014 · 1 comment

Comments

@groteck
Copy link

groteck commented Aug 25, 2014

I made this example project for better understanding.

When I run rake middleman_jasmine:ci the task run middleman server and jasmine, but the server freezes and does not run tests, when the server is stopped with ctrl+c them return 0 specs, 0 failures.

@mrship
Copy link
Owner

mrship commented Sep 3, 2014

This appears to be a problem with jasmine-gem itself, or possibly this. If you specify the versions below then it works in my tests.

gem 'jasmine-core', "=2.0.0"
gem 'jasmine', "=2.0.0"
gem 'middleman-jasmine', "~> 0.5.0"

That's clearly a workaround, but hopefully this will get addressed in jasmine itself.

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