Re: [rspec-users] ArgumentError mystery with jruby/rspec-1.1.11

2009-03-04 Thread Arthur Smith
ontextHolder definition with an import: import 'org.acegisecurity.context.SecurityContextHolder' fixed the errors. Any explanations out there? Arthur Smith Lenny Marks wrote: I just got bitten by a strange issue with rspec-1.1.11 and jruby 1.1.3-1.1.6RC1. I'd love to know w

Re: [rspec-users] Does rspec support something like Assumptions in JUnit 4.4?

2009-06-01 Thread Arthur Smith
I thought the point was we don't want the examples to be run at all, if the condition is not met? Though I'm wondering why not just handle something like this with a stub (on System.getProperty in this case)? Arthur Smith Pat Maddox wrote: You can put expectations in your be