Sha256: 984608fbafa84107cc3612be7d32c91c09ad5f72921994886a598ed7b732a0b6

Contents?: true

Size: 218 Bytes

Versions: 24

Compression:

Stored size: 218 Bytes

Contents

require 'spec_helper'

describe TestController do
  before do
    Msgr.logger = nil;
    Msgr.logger.level = Logger::Severity::DEBUG if Msgr.logger
  end

  it 'should send messages on :index' do
    get '/'
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
msgr-0.12.3 spec/integration/msgr_spec.rb
msgr-0.12.2 spec/integration/msgr_spec.rb
msgr-0.12.1 spec/integration/msgr_spec.rb
msgr-0.12.0 spec/integration/msgr_spec.rb
msgr-0.11.1 spec/integration/msgr_spec.rb
msgr-0.11.0 spec/integration/msgr_spec.rb
msgr-0.11.0.rc3 spec/integration/msgr_spec.rb
msgr-0.11.0.rc2 spec/integration/msgr_spec.rb
msgr-0.11.0.rc1 spec/integration/msgr_spec.rb
msgr-0.10.2 spec/integration/msgr_spec.rb
msgr-0.10.1 spec/integration/msgr_spec.rb
msgr-0.10.0 spec/integration/msgr_spec.rb
msgr-0.9.0 spec/integration/msgr_spec.rb
msgr-0.8.0 spec/integration/msgr_spec.rb
msgr-0.7.0 spec/integration/msgr_spec.rb
msgr-0.6.0 spec/integration/msgr_spec.rb
msgr-0.5.0 spec/integration/msgr_spec.rb
msgr-0.4.1 spec/integration/msgr_spec.rb
msgr-0.4.0 spec/integration/msgr_spec.rb
msgr-0.3.0 spec/integration/msgr_spec.rb