Skip to content

Commit df15db4

Browse files
committed
Update compositor.json via compositor.io
1 parent 69ed42e commit df15db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compositor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"metadata": {
130130
"source": "github.readme"
131131
},
132-
"html": "<h2>What is it?</h2>\n<p>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 <a href=\"http://www.junit.org/\">JUnit</a>, <a href=\"http://rspec.info/\">RSpec</a>, <a href=\"http://www.jmock.org/\">jMock</a>, <a href=\"http://www.mockito.org\">Mockito</a>, <a href=\"http://groovy.codehaus.org/\">Groovy</a>, <a href=\"http://www.scala-lang.org/\">Scala</a>, <a href=\"http://en.wikipedia.org/wiki/Vulcans\">Vulcans</a>, and other fascinating life forms.</p>\n<h2>How Do I Get Started?</h2>\n<p>Read ten reasons why Spock is for you, run your first spec in <a href=\"http://meetspock.appspot.com/?id=9001\">Spock Web Console</a>, fork the <a href=\"https://github.com/spockframework/spock-example\">spock-example</a> project, learn how to write a specification, or dive into the <a href=\"http://docs.spockframework.org\">reference documentation</a>.</p>\n<h2>Where Are The Docs?</h2>\n<ul>\n<li>Reference Documentation: <a href=\"http://docs.spockframework.org\">http://docs.spockframework.org</a></li>\n<li>Wiki (old): <a href=\"http://wiki.spockframework.org\">http://wiki.spockframework.org</a></li>\n<li>Javadoc: <a href=\"http://javadoc.spockframework.org/latest\">http://javadoc.spockframework.org/latest</a></li>\n</ul>\n<h2>How Can I Get Involved?</h2>\n<ul>\n<li>Source Code: <a href=\"http://github.spockframework.org\">http://github.spockframework.org</a></li>\n<li>Issue Tracker: <a href=\"http://issues.spockframework.org\">http://issues.spockframework.org</a></li>\n<li>Discussion Forum: <a href=\"http://forum.spockframework.org\">http://forum.spockframework.org</a></li>\n<li>Continuous Build: <a href=\"http://builds.spockframework.org\">http://builds.spockframework.org</a></li>\n</ul>\n<h3>Supporters</h3>\n<p>Thanks to JetBrains for providing <a href=\"http://www.jetbrains.com/idea/\">IDEA</a> and <a href=\"http://www.jetbrains.com/teamcity/\">TeamCity</a> licenses.</p>\n<p>YourKit is kindly supporting open source projects with its full-featured Java Profiler.</p>\n<p>YourKit, LLC is the creator of innovative and intelligent tools for profiling\nJava and .NET applications. Take a look at YourKit&apos;s leading software products:\n<a href=\"http://www.yourkit.com/java/profiler/index.jsp\">YourKit Java Profiler</a> and\n<a href=\"http://www.yourkit.com/.net/profiler/index.jsp\">YourKit .NET Profiler</a>.</p>\n"
132+
"html": "<h2>What is it?</h2>\n<p>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 <a href=\"http://www.junit.org/\">JUnit</a>, <a href=\"http://rspec.info/\">RSpec</a>, <a href=\"http://www.jmock.org/\">jMock</a>, <a href=\"http://www.mockito.org\">Mockito</a>, <a href=\"http://groovy.codehaus.org/\">Groovy</a>, <a href=\"http://www.scala-lang.org/\">Scala</a>, <a href=\"http://en.wikipedia.org/wiki/Vulcans\">Vulcans</a>, and other fascinating life forms.</p>\n<h2>How Do I Get Started?</h2>\n<p>Read ten reasons why Spock is for you, run your first spec in <a href=\"http://meetspock.appspot.com/?id=9001\">Spock Web Console</a>, fork the <a href=\"https://github.com/spockframework/spock-example\">spock-example</a> project, learn how to write a specification, or dive into the <a href=\"http://docs.spockframework.org\">reference documentation</a>.</p>\n<h2>Install</h2>\n<h3>with Gradle</h3>\n<pre><span class=\"hljs-selector-tag\">testCompile</span> &quot;<span class=\"hljs-selector-tag\">org</span><span class=\"hljs-selector-class\">.spockframework</span><span class=\"hljs-selector-pseudo\">:spock-core</span><span class=\"hljs-selector-pseudo\">:1.1-groovy-2.4-rc-2&quot;</span></pre><h3>with Maven:</h3>\n<pre><span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">dependency</span>&gt;</span>\n <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">groupId</span>&gt;</span>org.spockframework<span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">groupId</span>&gt;</span>\n <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">artifactId</span>&gt;</span>spock-core<span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">artifactId</span>&gt;</span>\n <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">version</span>&gt;</span>1.1-groovy-2.4-rc-2<span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">version</span>&gt;</span>\n <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">scope</span>&gt;</span>test<span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">scope</span>&gt;</span>\n<span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">dependency</span>&gt;</span></pre><h2>Where Are The Docs?</h2>\n<ul>\n<li>Reference Documentation: <a href=\"http://docs.spockframework.org\">http://docs.spockframework.org</a></li>\n<li>Wiki (old): <a href=\"http://wiki.spockframework.org\">http://wiki.spockframework.org</a></li>\n<li>Javadoc: <a href=\"http://javadoc.spockframework.org/latest\">http://javadoc.spockframework.org/latest</a></li>\n</ul>\n<h2>How Can I Get Involved?</h2>\n<ul>\n<li>Source Code: <a href=\"http://github.spockframework.org\">http://github.spockframework.org</a></li>\n<li>Issue Tracker: <a href=\"http://issues.spockframework.org\">http://issues.spockframework.org</a></li>\n<li>Discussion Forum: <a href=\"http://forum.spockframework.org\">http://forum.spockframework.org</a></li>\n<li>Continuous Build: <a href=\"http://builds.spockframework.org\">http://builds.spockframework.org</a></li>\n</ul>\n<h3>Supporters</h3>\n<p>Thanks to JetBrains for providing <a href=\"http://www.jetbrains.com/idea/\">IDEA</a> and <a href=\"http://www.jetbrains.com/teamcity/\">TeamCity</a> licenses.</p>\n<p>YourKit is kindly supporting open source projects with its full-featured Java Profiler.</p>\n<p>YourKit, LLC is the creator of innovative and intelligent tools for profiling\nJava and .NET applications. Take a look at YourKit&apos;s leading software products:\n<a href=\"http://www.yourkit.com/java/profiler/index.jsp\">YourKit Java Profiler</a> and\n<a href=\"http://www.yourkit.com/.net/profiler/index.jsp\">YourKit .NET Profiler</a>.</p>\n"
133133
},
134134
{
135135
"component": "footer",

0 commit comments

Comments
 (0)