require_relative '../lib/commands.rb' describe Commands do it "should be able to automatically generate commands for a particular directory" do commands=Commands.new end end