Sha256: cf7e5c26ef6526a1f1e5e79b58db89652882ef6e328e9f6f7da32d40ff5d1a52

Contents?: true

Size: 235 Bytes

Versions: 1

Compression:

Stored size: 235 Bytes

Contents

require_relative '../spec_helper'

describe PerformanceController do
  describe 'check action' do
    it 'should get performance stats from backend' do
      Backend.should_receive(:performance_stats)
      get :check
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis_monitor-0.2 lib/engine/spec/controllers/performance_controller_spec.rb