eucalypt
>= 0.9.0
>= 0.9.0
  • eucalypt
  • Installation
  • CLI
    • Core
      • Init
      • Launch
      • Console
      • Test
      • Version
      • Rake
      • Help (-H)
    • Generate
      • Controller
      • Helper
      • Model
      • Scaffold
    • Destroy
      • Controller
      • Helper
      • Model
      • Scaffold
    • Blog
      • Setup
      • Article
        • List
        • Generate
        • Destroy
        • Edit
          • Urltitle
          • Datetime
    • Migration
      • Blank
      • Types
      • Create
        • Table
      • Add
        • Index
        • Column
      • Drop
        • Table
        • Index
        • Column
      • Rename
        • Table
        • Index
        • Column
      • Change
        • Column
  • Features
    • Controllers
    • Helpers
    • Views
      • Layouts
      • Partials
    • Static data
    • Core application file
    • Configuration
      • Logging
      • Asset pipeline
        • Manifest asset files
      • Initializers
      • Database
    • Manifest accessor
    • Application path helpers
    • Blog environment
      • Articles
    • Rendering static files
    • Maintenance mode
Powered by GitBook
On this page
  • Commands
  • Options/flags
  • Examples
  1. CLI
  2. Core

Test

Runs all application specs.

Commands

$ eucalypt test
# Alias/shortened
$ eucalypt t

Options/flags

  • --summarized alias -s, (Default: False)

    Runs RSpec in summarized report form (rspec -fd spec).

Examples

  • $ eucalypt test

    Runs all application specs with default options.

  • $ eucalypt test -s

    Runs all application specs, displaying results in a summarized report form.

PreviousConsoleNextVersion

Last updated 6 years ago