Skip to content

Commit

Permalink
ellipsis.push/ellipsis.pull still need to be properly tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Kelling committed May 5, 2014
1 parent 4a05375 commit 97e3027
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/ellipsis.bats
Expand Up @@ -35,11 +35,7 @@ setup() {
link_test_package link_test_package
fi fi


if [ $BATS_TEST_NUMBER -eq 12 ]; then if [ $BATS_TEST_NUMBER -eq 12 ] || [ $BATS_TEST_NUMBER -eq 13 ]; then
link_broken
fi

if [ $BATS_TEST_NUMBER -eq 13 ]; then
link_broken link_broken
fi fi


Expand Down Expand Up @@ -147,11 +143,13 @@ teardown() {
} }


@test "ellipsis.pull should update packages" { @test "ellipsis.pull should update packages" {
skip
run ellipsis.pull run ellipsis.pull
[ $status -eq 0 ] [ $status -eq 0 ]
} }


@test "ellipsis.push should push changes in packages" { @test "ellipsis.push should push changes in packages" {
skip
run ellipsis.push run ellipsis.push
[ $status -eq 0 ] [ $status -eq 0 ]
} }

0 comments on commit 97e3027

Please sign in to comment.