# To change this template, choose Tools | Templates # and open the template in the editor. require 'my_spec' describe MySpec do before(:each) do @my_spec = MySpec.new end it "should desc" do # TODO end end