Skip to content

Commit

Permalink
Bringing back internal package
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemek Jakubczyk committed Oct 26, 2015
1 parent f437a03 commit 7e1dfec
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.robospock

import org.junit.runner.RunWith
import org.robospock.internal.GradleRoboSputnik
import spock.lang.Specification

@RunWith(GradleRoboSputnik)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.robospock

import org.junit.runner.RunWith
import org.robospock.internal.RoboSputnik
import spock.lang.Specification

@RunWith(RoboSputnik)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pl.polidea.robospock

import org.junit.runner.RunWith
import org.robospock.GradleRoboSputnik
import org.robospock.internal.GradleRoboSputnik
import spock.lang.Specification


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pl.polidea.robospock

import org.junit.runner.RunWith
import org.robospock.RoboSputnik
import org.robospock.internal.RoboSputnik
import spock.lang.Specification

@RunWith(RoboSputnik)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.robospock;
package org.robospock.internal;

import org.junit.runners.model.InitializationError;
import org.robolectric.annotation.Config;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.robospock;
package org.robospock.internal;

import android.app.Application;
import android.content.Context;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.robospock;
package org.robospock.internal;

import android.app.Application;
import android.os.Build;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.robospock;
package org.robospock.internal;

import org.jetbrains.annotations.NotNull;
import org.junit.runner.Description;
Expand Down

0 comments on commit 7e1dfec

Please sign in to comment.