spec/unit_spec.rb in cql-0.0.1 vs spec/unit_spec.rb in cql-0.0.2

- old
+ new

@@ -1,6 +1,6 @@ require 'rspec' -require File.dirname(__FILE__) + "/../lib/" + "gherkin_repo" +require File.dirname(__FILE__) + "/../lib/repo" describe "cql" do describe "tag searcher" do it "should be able to search for tags" do \ No newline at end of file