sconover / wrong

Wrong provides a general assert method that takes a predicate block. Assertion failure messages are rich in detail.
MIT License
433 stars 30 forks source link

Wrong + Zeus #29

Closed martenlienen closed 3 years ago

martenlienen commented 11 years ago

When I execute an rspec test with zeus and it contains an "assert" block, the ruby process's cpu usage skyrockets to 100% and it drops into an infinite loop. When I execute the same test with pure rspec everything works fine.