unit testing for events

This commit is contained in:
Ezequiel Bergamaschi
2014-09-27 14:35:49 -03:00
parent d8015c5608
commit 6c4b0fe1e5
3 changed files with 50 additions and 4 deletions

View File

@@ -257,7 +257,7 @@
<plugin>
<groupId>com.github.searls</groupId>
<artifactId>jasmine-maven-plugin</artifactId>
<version>1.3.1.4</version>
<version>1.3.1.5</version>
<executions>
<execution>
<goals>
@@ -266,12 +266,16 @@
</execution>
</executions>
<configuration>
<!--
<browserVersion>FIREFOX_3_6</browserVersion>
<webDriverClassName>org.openqa.selenium.firefox.FirefoxDriver</webDriverClassName>
-->
<sourceIncludes>
<sourceInclude>libraries/mootools/mootools-core-1.4.5-full-nocompat.js</sourceInclude>
<sourceInclude>header.js</sourceInclude>
<include>libraries/mootools/mootools-core-1.4.5-full-nocompat-yc.js</include>
<include>header.js</include>
<include>libraries/jquery/jquery-2.1.0.min.js</include>
<include>Events.js</include>
</sourceIncludes>
<specExcludes>
<exclude>static/test/*.js</exclude>