spec/connection_spec.rb in restruct-0.1.0 vs spec/connection_spec.rb in restruct-0.2.0

- old
+ new

@@ -1,9 +1,10 @@ require 'minitest_helper' describe Restruct::Connection do describe 'Success' do + it 'call' do connection.call('HSET', 'test_id', 'key', 'test_key') connection.call('HGET', 'test_id', 'key').must_equal 'test_key' end \ No newline at end of file