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

wrap rake helpers in class #22

Merged
merged 1 commit into from
Feb 15, 2012
Merged

Conversation

avaynshtok
Copy link

The format method in the rake task was conflicting w/ Kernel.format when running Jasmine tests. See this SO for context: http://stackoverflow.com/questions/9183974/no-data-received-when-running-jasmine-specs

Repro is pretty easy.

  1. make a rails app
  2. add jasmine and railroady
  3. run rake jasmine
  4. hit http://localhost:8888/ and see error

I'm guessing this would come up for any app running webrick via rake.

sandipransing added a commit that referenced this pull request Feb 15, 2012
wrap rake helpers in class
@sandipransing sandipransing merged commit c160978 into preston:master Feb 15, 2012
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

Successfully merging this pull request may close these issues.

2 participants