Sha256: 5a4a07cde767e50e5ee9333581d1dbae43c82046babe8250e0eaaf709b29962f

Contents?: true

Size: 186 Bytes

Versions: 3

Compression:

Stored size: 186 Bytes

Contents

require_relative '../spec_helper'

describe Notification do
  let(:notification){ Notification.new }

  it 'should respond to when' do
    notification.should respond_to(:when)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
redis_monitor-0.3.3 lib/engine/spec/models/notification_spec.rb
redis_monitor-0.3.2 lib/engine/spec/models/notification_spec.rb
redis_monitor-0.3 lib/engine/spec/models/notification_spec.rb