spec/cucumber/runtime_spec.rb in cucumber-3.0.0.pre.1 vs spec/cucumber/runtime_spec.rb in cucumber-3.0.0.pre.2

- old
+ new

@@ -4,13 +4,13 @@ module Cucumber describe Runtime do subject { Runtime.new(options) } let(:options) { {} } - describe "#features_paths" do + describe '#features_paths' do let(:options) { {:paths => ['foo/bar/baz.feature', 'foo/bar/features/baz.feature', 'other_features'] } } - it "returns the value from configuration.paths" do + it 'returns the value from configuration.paths' do expect(subject.features_paths).to eq options[:paths] end end it '#doc_string' do