summaryrefslogtreecommitdiff
path: root/spec/shared_behaviours/iterative_functions.rb
AgeCommit message (Collapse)AuthorFilesLines
2014-07-15(maint) Remove deprecated `.to_not raise_error(args)` callsAdrien Thebo1-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 dirHenrik Lindberg1-0/+69
This commit moves the shared behavior for iterative functions to shared_behaviours/iterative_functions.