Commit e552e682 authored by James Lopez's avatar James Lopez

Fix spec failure

parent 077d5a30
...@@ -35,7 +35,7 @@ module EE ...@@ -35,7 +35,7 @@ module EE
# We only support a single resource at the moment # We only support a single resource at the moment
def resources def resources
[object].reject(&:empty?) [object].select(&:present?)
end end
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment