Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: pass a hash as intended, not a block
Ruby is readable, except when it is not. This fixes Failure/Error: expect(Yast::SCR). ArgumentError: wrong number of arguments (0 for 1+) which is quite cryptic. Running rspec -b/--backtrace reveals the problem is in and_return. This probably broke only with RSpec3.
- Loading branch information