spec/lib/resource/tree_spec.rb in puffer-0.1.0 vs spec/lib/resource/tree_spec.rb in puffer-0.1.1
- old
+ new
@@ -20,10 +20,9 @@
{:scope => :admin, :current => :categories, :children => [], :ancestors => [:tagged_posts]},
{:scope => :admin, :current => :tags, :children => [], :ancestors => [:tagged_posts]},
{:scope => :admin, :current => :categories, :children => [:posts], :ancestors => []},
{:scope => :admin, :current => :posts, :children => [], :ancestors => [:categories]},
{:scope => :admin, :current => :news, :children => [], :ancestors => []},
- {:scope => :admin, :current => :puffer_users, :children => [], :ancestors => []},
{:scope => :orms, :current => :active_record_orm_primals, :children => [], :ancestors => []},
{:scope => :orms, :current => :mongoid_orm_primals, :children => [], :ancestors => []},
{:scope => :admin, :current => :session, :children => [], :ancestors => []}
]
end
\ No newline at end of file