bragi / representations

Simple representations for ActiveRecord models
MIT License
7 stars 2 forks source link

Specs ignored by rake on Ruby 1.9 #58

Closed bragi closed 14 years ago

bragi commented 14 years ago

When you run

rake spec

on Ruby 1.9 no specs are run, rake seems to ignore this task.

script/spec spec

runs the tests normally.

bragi commented 14 years ago

Rake dies on Ruby 1.9 when test-unit 2.0.5 is installed (rspec issue). After uninstalling this version and leaving only test-unit 1.2.3 in place

rake spec

runs properly