Skip to content

Commit

Permalink
Fix for failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Nov 7, 2011
1 parent 0266f00 commit af575d7
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -6,7 +6,10 @@ import spock.lang.Specification
* Tests for {@link CommandLineParser}
*/
class CommandLineParserSpec extends Specification {

def setup() {
System.setProperty("grails.env", "development");
}

void "Test parse string with command and args"() {
when:
def parser = new CommandLineParser()
Expand Down

0 comments on commit af575d7

Please sign in to comment.