spec/dependencies_spec.rb in dev_tasks-0.0.167 vs spec/dependencies_spec.rb in dev_tasks-1.0.0

- old
+ new

@@ -19,10 +19,10 @@ expect(system_deps.length).to eq(2) expect(system_deps.include?('dep\github\lou-parslow\NetLibs\develop\NUnit\2.6.3\bin\framework\nunit.framework.dll')).to eq(true) end it "should be able to extract ruby dependencies" do - system_deps = Dependencies.ruby_dependencies File.read("#{File.dirname(__FILE__)}/test_data/ruby_projects/helloGem/rakefile.rb") + system_deps = Dependencies.ruby_dependencies File.read("#{File.dirname(__FILE__)}/test_data/example.rb") expect(system_deps.length).to eq(2) expect(system_deps.include?('json')).to eq(true) end end \ No newline at end of file