# encoding: utf-8 require 'spec_helper' module RubyFS describe CommandReply do it { should be_a Response } end end