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
polishing More... over 15 years ago
removed obsolete class, polishing More... over 15 years ago
deprecated @Speck renamed "setupSpeck" to "setupSpec", and "cleanupSpeck" to "cleanupSpec" (old names still work for now) added spec FixtureMethods More... over 15 years ago
massive rename refactoring; replaced all occurrences of 'speck' with 'spec' except for @Speck, setupSpeck(), cleanupSpeck(), and the find-specks Maven goal (those will need deprecation) More... over 15 years ago
Version static files required by Grails. More... over 15 years ago
Explicitly use UTF-8 as the encoding for reports and source. More... over 15 years ago
Including license file (Apache2, same as Spock core). More... over 15 years ago
Downgrade to Xalan 2.7.0 to avoid an Ivy bug[1]. More... over 15 years ago
Minor formatting change. More... over 15 years ago
added missing return statement, slightly improved spec More... over 15 years ago
improved handling of test failure vs. error in grails spec runner removed some final modifiers of Groovy fields that weren't really final ignored "intentionally failing" spock-grails tests for now More... over 15 years ago
new SpecUtil class; moved SpeckInfoBuilder.isSpeck() to SpecUtil.isSpec() More... over 15 years ago
fixed differentiation between test failure and test error More... over 15 years ago
put TestFunctionalSpecification under source control again (was removed unintentionally); added empty directory; changed maven packaging type to "pom" More... over 15 years ago
another POM dependency fix More... over 15 years ago
fixed spock-grails pom More... over 15 years ago
ran optimize imports on spock-grails More... over 15 years ago
added spock-grails to overall Maven build (however currently the build does nothing); updated to Grails 1.2-SNAPSHOT More... over 15 years ago
code cleanup (mostly adding license text and manual reformatting) More... over 15 years ago
Removed println that snuck in. More... over 15 years ago
Version bump. More... over 15 years ago
Support for running functional tests. More... over 15 years ago
Minor formatting change. More... over 15 years ago
Support for getting at the meta tags. More... over 15 years ago
Convenience method for getting at headers. More... over 15 years ago
Support for clicking elements on the page. More... over 15 years ago
Support for finding elements on the page by XPath, id, class and name. More... over 15 years ago
Added javadoc. More... over 15 years ago
Support for form elements. More... over 15 years ago
Not sure how this crept in. More... over 15 years ago