Fixed the failing case.
This commit is contained in:
parent
8c3407fd33
commit
04d80ef172
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue