Robbie Clutton

Results 10 comments of Robbie Clutton

Turns out it might be a conflict with a withsources plugin, https://github.com/OlegYch/sbt-sources-plugin Removing this got rid of this error.

I initially had it as a mixin in my sbt project file, so I got rid of that and just installed it as a processor according to the instructions on...

Hi, I'm having the same issue, any ideas? Robbie

The printing of the scenario number is from RSpec I assume. When you mean not implemented, do you mean the method doesn't exist so you're getting the `pending` message? Is...

Have a crack at the pull request, would be happy to accept if you can get working.

Ah yes. We tried to make it wasn't dependent on RSpec, and so it could be used with other tools. However, it looks like some RSpec dependencies have leaked through.

Hi @travisp can you give an example, or send a pull request? Would you want to pass in an optional stream during configuration and `puts` the string out?

Ok, I see where you're going. Yeah, send a pull request when you have something. I'd be interested to see the direction you're thinking.

No problem. Pulling now, previously I got the source from envjs.com itself. BTW, I had to use "-opt -1" as described (http://groups.google.com/group/envjs/browse_thread/thread/2df1db45ed266368), otherwise I was getting an error that Envjs...

Great, thanks