Sha256: 1665737d940286e49315ec127b70e6e40034c7dd3ce8b74150916acf9d91d9bb
Contents?: true
Size: 373 Bytes
Versions: 3
Compression:
Stored size: 373 Bytes
Contents
require 'rspec' require 'mongodb/graphite/agent' describe 'MongoDB Server Status' do it 'should read server status' do #To change this template use File | Settings | File Templates. runner = Mongodb::Graphite::Agent::Runner.new({ :mongodb_host => 'localhost', :mongodb_port => '27017', :dry_run => true, :verbose => true}) runner.run end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mongodb-graphite-agent-0.1.4 | spec/agent_spec.rb |
mongodb-graphite-agent-0.1.3 | spec/agent_spec.rb |
mongodb-graphite-agent-0.1.2 | spec/agent_spec.rb |