Sha256: 3d1b9b82a5e1d65dcf4addb9453aee74ac6fdce1c0b7d45a29b4f6e151425b59

Contents?: true

Size: 217 Bytes

Versions: 3

Compression:

Stored size: 217 Bytes

Contents

require 'test_helper'

class <%= class_name %>Test < SatelliteIntegrationTest
  test "<%= singular_name %>" do
    run_command '<%= singular_name %>'
    page.has_content? 'Just ran "<%= singular_name %>"!'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lunar_shell-0.5.2 lib/generators/lunar_shell/satellite/templates/test.rb
lunar_shell-0.5.0 lib/generators/lunar_shell/satellite/templates/test.rb
lunar_shell-0.4.1 lib/generators/lunar_shell/satellite/templates/test.rb