Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-15 | (maint) Remove deprecated `.to_not raise_error(args)` calls | Adrien Thebo | 1 | -1/+1 | |
From RSpec: DEPRECATION: `expect { }.not_to raise_error(SpecificErrorClass, message)` is deprecated. Use `expect { }.not_to raise_error` (with no args) instead. This commit removes all args from `.to_not raise_error` expectations. | |||||
2014-07-02 | (maint) Move the interative functions shared behavior to common dir | Henrik Lindberg | 1 | -0/+69 | |
This commit moves the shared behavior for iterative functions to shared_behaviours/iterative_functions. |