spec/localhost.rb in zabbixapi-0.5.2a vs spec/localhost.rb in zabbixapi-0.5.2b
- old
+ new
@@ -271,14 +271,9 @@
:templateid => 0,
:type => 0
).should eq triggerid + 1
end
- it "TRIGGER: Get full data" do
- dump = zbx.triggers.get_full_data(:description => trigger)
- puts "dump: #{dump}"
- end
-
it "TRIGGER: Find" do
zbx.triggers.get_id(:description => trigger).should eq triggerid + 1 # вау блять
end
it "GRAPH: Create" do