Sha256: 91b98886a6f3dbc252250158e37bb38855ecd0d98d7dcc0c0712d4e0b1ca4478

Contents?: true

Size: 222 Bytes

Versions: 4

Compression:

Stored size: 222 Bytes

Contents

require 'spec_helper'

describe AlertMessage do

  path = 'lib/generators/alert_message/templates/'

  it 'should return true if template exist' do
    expect(File.exist?("#{path}_alerts.html.erb")).to be_truthy
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alert_message-1.1.8 spec/alert_message/alert_message_spec.rb
alert_message-1.1.7 spec/alert_message/alert_message_spec.rb
alert_message-1.1.6 spec/alert_message/alert_message_spec.rb
alert_message-1.1.5.1 spec/alert_message/alert_message_spec.rb