-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from robospock/package_rename
Package rename
- Loading branch information
Showing
13 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version=0.9.0-SNAPSHOT | ||
version=1.0.0 | ||
|
||
artifactId=robospock | ||
group=org.robospock | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
robospock/src/main/groovy/org/robospock/GradleRoboSpecification.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package org.robospock | ||
|
||
import org.junit.runner.RunWith | ||
import org.robospock.internal.GradleRoboSputnik | ||
import spock.lang.Specification | ||
|
||
@RunWith(GradleRoboSputnik) | ||
class GradleRoboSpecification extends Specification { | ||
} |
8 changes: 8 additions & 0 deletions
8
robospock/src/main/groovy/org/robospock/RoboSpecification.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package org.robospock | ||
|
||
import org.junit.runner.RunWith | ||
import org.robospock.internal.RoboSputnik | ||
import spock.lang.Specification | ||
|
||
@RunWith(RoboSputnik) | ||
class RoboSpecification extends Specification {} |
4 changes: 3 additions & 1 deletion
4
robospock/src/main/groovy/pl/polidea/robospock/GradleRoboSpecification.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
package pl.polidea.robospock | ||
|
||
import org.junit.runner.RunWith | ||
import pl.polidea.robospock.internal.GradleRoboSputnik | ||
import org.robospock.internal.GradleRoboSputnik | ||
import spock.lang.Specification | ||
|
||
|
||
@RunWith(GradleRoboSputnik) | ||
@Deprecated | ||
class GradleRoboSpecification extends Specification { | ||
} |
3 changes: 2 additions & 1 deletion
3
robospock/src/main/groovy/pl/polidea/robospock/RoboSpecification.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
package pl.polidea.robospock | ||
|
||
import org.junit.runner.RunWith | ||
import pl.polidea.robospock.internal.RoboSputnik | ||
import org.robospock.internal.RoboSputnik | ||
import spock.lang.Specification | ||
|
||
@RunWith(RoboSputnik) | ||
@Deprecated | ||
class RoboSpecification extends Specification {} |
2 changes: 1 addition & 1 deletion
2
...robospock/internal/GradleRoboSputnik.java → ...robospock/internal/GradleRoboSputnik.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pock/internal/ParallelUniverseCompat.java → ...pock/internal/ParallelUniverseCompat.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ospock/internal/RoboSpockInterceptor.java → ...ospock/internal/RoboSpockInterceptor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lidea/robospock/internal/RoboSputnik.java → ...a/org/robospock/internal/RoboSputnik.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...t/integration/ActivityCreationTest.groovy → ...t/integration/ActivityCreationTest.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters