Hi all, I'm new to both JBehave and IDEA, so I'm quite sure I'm doing something silly, but not sure what.
I checked out https://svn.codehaus.org/jbehave/trunk/core/examples/gameoflife/ and created a new project out of it. I created a project library which includes the jbehave, hamcrest, and junit jars. The unit tests (behaviors) seem to be fine, but when I try to right click in the ICanToggleACellFromDefaultPackage class and run it, I get: org.jbehave.scenario.errors.ScenarioNotFoundException: Scenario i_can_toggle_a_cell_from_default_package could not be found by classloader sun.misc.launcher$appclassloa...@11b86e7 Any suggestions?
