Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JtestR 0.2
-
Component/s: RSpec Integration
-
Labels:None
-
Number of attachments :
Description
RSpec story runner seems to require rubygems. This is not a nice state of affairs.
Also, it seems as if there is problems running things without having the RSpec gem available in some cases. Investigate.
This has been fixed on trunk, by finally getting rid of the externals and doing a local modification to RSpec. Also sent an email to Dan North asking for it to be removed from RSpec.
Since RubyGems are now not loaded (there's a test that proves that now), that means local gems will not make a difference if it runs or not, so the second point is moot. If there's a problem with the loading that means there is something else wrong, and that is a separate issue.