Skip to content

Commit

Permalink
move example higher in README
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaskins committed Nov 26, 2014
1 parent 8f21dd0 commit 02b8de2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ Spectrum
[Spectrum](https://github.com/greghaskins/spectrum) is inspired by the behavior-driven testing frameworks [Jasmine](https://jasmine.github.io/), [mocha](http://mochajs.org/), and [RSpec](http://rspec.info/), bringing their expressive syntax and functional style to Java tests. It is a custom runner for [JUnit](http://junit.org/), so it works with many development and reporting tools out of the box.

## Dependencies

- JUnit 4
- Java 8

(The Spectrum runner itself should be compatible back to Java 6; verified support for specs written using [Retrolambda](https://github.com/orfjackal/retrolambda) is forthcoming.)

## Example

> see also [ExampleSpec.java](src/test/java/specs/ExampleSpec.java)
Expand Down Expand Up @@ -56,3 +49,10 @@ public class ExampleSpec {{

}}
```

## Dependencies

- JUnit 4
- Java 8

(The Spectrum runner itself should be compatible back to Java 6; verified support for specs written using [Retrolambda](https://github.com/orfjackal/retrolambda) is forthcoming.)

0 comments on commit 02b8de2

Please sign in to comment.