Fixed the failing case.

This commit is contained in:
asharma-ror 2015-04-22 11:08:10 +05:30
parent 8c3407fd33
commit 04d80ef172
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ module Impressionist
before do before do
# expects attr_accessible to return true # expects attr_accessible to return true
# and pass 11 arguments # and pass 12 arguments
mock. mock.
expect(:attr_accessible, true) do |args| expect(:attr_accessible, true) do |args|
args.size == 11 args.size == 12
end end
end end