Sha256: 1c88c224735c4ccd48b7e3db1ae46d7ef89a75c5e685a38df505a5956f8d378d
Contents?: true
Size: 450 Bytes
Versions: 5
Compression:
Stored size: 450 Bytes
Contents
require File.expand_path("../../spec_helper", __FILE__) describe CukeQ::ScenarioExploder do def exploder CukeQ::ScenarioExploder.new end it "returns the parsed features" do # our IO.popen call doesn't work well with rspec - probably a race condition since # it only fails on RCR pending # units = exploder.explode("features/example1.feature") # units.first.should == {"file" => "features/example1.feature"} end end
Version data entries
5 entries across 5 versions & 1 rubygems