summaryrefslogtreecommitdiff
path: root/t/04_bucket.t
diff options
context:
space:
mode:
authorRobin Edwards <robin.ge@gmail.com>2011-04-20 14:38:43 +0100
committerRobin Edwards <robin.ge@gmail.com>2011-04-20 14:38:43 +0100
commit79bea382fd2c0753ca9ace79a11bb74c9a1d722b (patch)
treebde42a47792a27e0a863ee527b88c8c24258f7e9 /t/04_bucket.t
parentMerge remote branch 'simon/fix_link_encoding' (diff)
downloadnet-riak-79bea382fd2c0753ca9ace79a11bb74c9a1d722b.tar.gz
merged pbc branch to master
Diffstat (limited to '')
-rw-r--r--t/04_bucket.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/t/04_bucket.t b/t/04_bucket.t
deleted file mode 100644
index eb46cd7..0000000
--- a/t/04_bucket.t
+++ /dev/null
@@ -1,12 +0,0 @@
-use strict;
-use warnings;
-use Test::More;
-
-use Net::Riak::Bucket;
-use Net::Riak::Client;
-
-my $client = Net::Riak::Client->new;
-ok my $bucket = Net::Riak::Bucket->new(name => 'foo', client => $client),
- 'client created';
-
-done_testing;