Skip to content

Commit 8189589

Browse files
committed
Update Readme
1 parent 43bb910 commit 8189589

File tree

1 file changed

+2
-45
lines changed

1 file changed

+2
-45
lines changed

README.md

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,3 @@
1-
## What is it?
1+
## This is not the repository you are looking for
22

3-
Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from [JUnit](http://www.junit.org/), [RSpec](http://rspec.info/), [jMock](http://www.jmock.org/), [Mockito](http://www.mockito.org), [Groovy](http://groovy.codehaus.org/), [Scala](http://www.scala-lang.org/), [Vulcans](http://en.wikipedia.org/wiki/Vulcans), and other fascinating life forms.
4-
5-
## How Do I Get Started?
6-
7-
Read ten reasons why Spock is for you, run your first spec in [Spock Web Console](http://meetspock.appspot.com/?id=9001), fork the [spock-example](https://github.com/spockframework/spock-example) project, learn how to write a specification, or dive into the [reference documentation](http://docs.spockframework.org).
8-
9-
## Install
10-
11-
### with Gradle
12-
13-
testCompile "org.spockframework:spock-core:1.1-groovy-2.4-rc-2"
14-
15-
### with Maven:
16-
17-
<dependency>
18-
<groupId>org.spockframework</groupId>
19-
<artifactId>spock-core</artifactId>
20-
<version>1.1-groovy-2.4-rc-2</version>
21-
<scope>test</scope>
22-
</dependency>
23-
24-
## Where Are The Docs?
25-
26-
* Reference Documentation: http://docs.spockframework.org
27-
* Wiki (old): http://wiki.spockframework.org
28-
* Javadoc: http://javadoc.spockframework.org/latest
29-
30-
## How Can I Get Involved?
31-
32-
* Source Code: http://github.spockframework.org
33-
* Issue Tracker: http://issues.spockframework.org
34-
* Discussion Forum: http://forum.spockframework.org
35-
* Continuous Build: http://builds.spockframework.org
36-
37-
### Supporters
38-
39-
Thanks to JetBrains for providing [IDEA](http://www.jetbrains.com/idea/) and [TeamCity](http://www.jetbrains.com/teamcity/) licenses.
40-
41-
YourKit is kindly supporting open source projects with its full-featured Java Profiler.
42-
43-
YourKit, LLC is the creator of innovative and intelligent tools for profiling
44-
Java and .NET applications. Take a look at YourKit's leading software products:
45-
[YourKit Java Profiler](http://www.yourkit.com/java/profiler/index.jsp) and
46-
[YourKit .NET Profiler](http://www.yourkit.com/.net/profiler/index.jsp).
3+
Your are probably looking for https://github.com/spockframework/spock

0 commit comments

Comments
 (0)