Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kostya committed Oct 3, 2013
1 parent 537f569 commit 71ddb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/controller/data_spec.rb
Expand Up @@ -10,7 +10,7 @@
st.size.should == 2
p = st[1][:subtree][0][:subtree][0]
p.should include(:name=>"z1", :state=>"unmonitored",
:type=>:process, :resources=>{})
:type=>:process, :resources=>{:memory=>nil, :cpu=>nil, :start_time=>nil, :pid=>nil})
end

it "info_data + filter" do
Expand All @@ -19,7 +19,7 @@
st.size.should == 1
p = st[0][:subtree][0][:subtree][0]
p.should include(:name=>"z1", :state=>"unmonitored",
:type=>:process, :resources=>{})
:type=>:process, :resources=>{:memory=>nil, :cpu=>nil, :start_time=>nil, :pid=>nil})
end

it "short_data" do
Expand Down

0 comments on commit 71ddb76

Please sign in to comment.