annotate_spec.rb 173 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 require File.dirname(__FILE__) + '/spec_helper.rb' describe Annotate do it "should have a version" do Annotate::VERSION.should be_instance_of(String) end end