Skip to content

Commit

Permalink
Updating calabash android to 0.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekbaheti committed May 6, 2014
1 parent 062529d commit 12bd8b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified scripts/gems_android.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
import java.util.ArrayList;
import java.util.List;

import static com.thoughtworks.calabash.android.IT.AllActionsIT.EMULATOR;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

//Just run all the test. Can't help with emulator state dependency.
public class AndroidRunnerIT {

public static final String EMULATOR = "emulator-5554";
@Rule
public ExpectedException expectedException = ExpectedException.none();
private File tempDir;
Expand Down

0 comments on commit 12bd8b4

Please sign in to comment.