FrozenCanuck / Lebowski

The test automation framework for SproutCore applications
http://frozencanuck.wordpress.com
MIT License
78 stars 8 forks source link

Trying to run scui samples with rspec 2 #12

Open hamannp opened 13 years ago

hamannp commented 13 years ago

Greetings. I'm trying to run the SCUI samples. If I run the lebowski-spec command, I get a 'gem_original_require' error as it's looking for the lib/spec directory. If I change the first line in the respective spec files to point to lib/rspec instead, rougly half the samples pass for most of the sample apps. I tried switching to 1.9.2 from REE per the readme. I got 'TestApp.getPath("mainPage.mainPane") is undefined' with 1.9.2. Are these samples supposed to run with Rspec 2? What ruby version? In a related question, will the examples be updated to work with Sproutcore 1.5? Thanks -- Paul