29
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
replaced all usages of @Speck with "extends Specification" improved speck SpeckRecognitionAtCompileTime More... over 15 years ago
spec refactorings (@Speck -> extends Specification, etc.) More... over 15 years ago
Minor formatting change. More... over 15 years ago
Minor formatting change. More... over 15 years ago
Used a better name for the output stream that we use to send running status to. More... over 15 years ago
The management of the reporting stuff is now solely done by the listener, instead of the listener and the runner. More... over 15 years ago
Improved API to facilitate finer grained usage, as well as closure based. More... over 15 years ago
Improved formatting of failures to match how Grails does it. More... over 15 years ago
Minor formatting change. More... over 15 years ago
constructor calls with named arguments now work as expected in conditions (Fixes issue 45) More... over 15 years ago
Rearranged sequence of calls purely for aesthetics. More... over 15 years ago
Only create one test case, and reuse it. More... over 15 years ago
Prefer the local maven repo over others so we pick up spock jars installed as part of whole spock build. More... over 15 years ago
Removed some comment fluff. More... over 15 years ago
Removed some comment fluff. More... over 15 years ago
Use the ‘build’ scope for all dependencies as it is more correct, and it still makes things available for tests. More... over 15 years ago
Include the spock release and snapshot m2 repos as dependency sources. More... over 15 years ago
Added an empty .gitignore to force git to version this. More... over 15 years ago
Added an empty .gitignore to force git to version this. More... over 15 years ago
solved problem where setup() in base class apparently wasn't called More... over 15 years ago
added spock repo to grails dependency resolution More... over 15 years ago
first shot at mavenizing spock-grails More... over 15 years ago
reformatted code in spock-grails More... over 15 years ago
Initial support for integration tests. More... over 15 years ago
Improved class naming. More... over 15 years ago
Broke classes out into packages and renamed where appropriate. More... over 15 years ago
Moved classes to package “grails.plugin.spock.build.test” More... over 15 years ago
Refactored the report stuff out into a separate class. More... over 15 years ago
Wrap in a try/finally so that we always restore the streams. More... over 15 years ago
Moved the stream swapping business out into a separate utility class. More... over 15 years ago