spec/generators/dataframe_spec.rb in bio-publisci-0.0.2 vs spec/generators/dataframe_spec.rb in bio-publisci-0.0.3

- old
+ new

@@ -9,10 +9,10 @@ graph = RDF::Graph.load(f.path, :format => :ttl) f.unlink graph end - context "with r/qtl dataframe" do + context "with r/qtl dataframe", no_travis: true do before(:all) do @r = Rserve::Connection.new @generator = R2RDF::Reader::Dataframe.new @r.eval <<-EOF library(qtl) \ No newline at end of file