Skip to content

Instantly share code, notes, and snippets.

@sapanparikh18
Created October 24, 2018 07:53
Show Gist options
  • Save sapanparikh18/065377025eaf1ad3144fb165e2349bdb to your computer and use it in GitHub Desktop.
Save sapanparikh18/065377025eaf1ad3144fb165e2349bdb to your computer and use it in GitHub Desktop.
Created with Copy to Gist
package primefactors
import spock.lang.Specification
class PrimeFactorsSpec extends Specification{
def "api to t test nothing"(){
expect: "nothing" == "nothing"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment