Sha256: 26a3ede937436139b4e88470ac0a98e96ed96a5fb5ff05cf8982725f93fcfc26

Contents?: true

Size: 697 Bytes

Versions: 8

Compression:

Stored size: 697 Bytes

Contents

## Description

`target` instruction is used to begin new target/goal definition, and sets its description.

## Usage

```ruby
target "Write here your description"
```

* Define target description. Use your own words to describe it, so everybody could understand what is going to be measured.
* This text will be shown into reports to help us understand output information easily.

## Alias

`goal` keyword is an alias of `target`. So it's the same:

```ruby
target "Write here your description"
```

or

```ruby
goal "Write here your description"
```

## Weight

By default weight is 1.0, but it's posible specified other value:

```ruby
target "Write here your description", :weight => 2.5
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
teuton-2.1.8 docs/dsl/definition/target.md
teuton-2.1.8dev1 docs/dsl/definition/target.md
teuton-2.1.7 docs/dsl/definition/target.md
teuton-2.1.6 docs/dsl/definition/target.md
teuton-2.1.5dev docs/dsl/definition/target.md
teuton-2.1.4 docs/dsl/definition/target.md
teuton-2.1.3 docs/dsl/definition/target.md
teuton-2.1.2 docs/dsl/definition/target.md