-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Add console support to aruba #305
Conversation
I merged this although there are some build failures. I could reproduce them with jruby 1.7.19. They are gone if you use jruby 1.7.20. On Travis we are forced to use 1.7.19. |
@mattwynne Now we've got an aruba console 😄 Unfortunately we are bitten by some jruby bug(s). See comment above. |
\o/
Can you exclude the jruby tests with a tag or similar?
|
Mmmh... Yes, I would like to do so, but is there something similar to |
|
And cucumber 2 requires ruby > 1.9.3. As we supported ruby 1.8.7, 1.9.2 by "chance" and made it official again using travis, we're stuck to |
BTW: I think, I'm going to prepare |
Ok. I added a hack to cucumber.yml to make it possible even for |
Ah... And what a about pre-releases. Should I announce them as well? |
@dg-ratiodata so many questions!
I would use tags and profiles to exclude the scenarios from the jruby build. That's what we do in Cucumber.
That sucks. I guess RSpec is the main driver for still supporting 1.8.7 yes? I think we maybe need to involve Myron in the conversation about dropping older Ruby version support. I'll ping him in cucumber/cucumber-ruby#902
History.md cut / paste is better than nothing, but a bit of narrative above it about the purpose of the release, and something about where you're headed next would be good for context. I'd like you to write a blog post for http://cucumber.io/blog about Aruba and where you're headed with it. You can send blog posts as PRs adding files to this directory. I think we need to formalise when we write a blog post and when we just post on cukes. I'm sloppy about this at the moment. |
Yeah, found that out, too. 😄 https://github.com/cucumber/aruba/blob/master/cucumber.yml#L9
Yes, but they will stick to aruba 0.6.x for now. He had quite a few problems upgrading
That would be great. Plus some guidelines where those post should be published... I've got a blog on my own ;-) I use regularly - see https://www.fedux.org/articles.html |
This adds a console to aruba which users can use as "sandbox". It uses
tmp/aruba
as temporary directory.