spec/dependencies_spec.rb in dev_tasks-0.0.166 vs spec/dependencies_spec.rb in dev_tasks-0.0.167
- 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/example.rb")
+ system_deps = Dependencies.ruby_dependencies File.read("#{File.dirname(__FILE__)}/test_data/ruby_projects/helloGem/rakefile.rb")
expect(system_deps.length).to eq(2)
expect(system_deps.include?('json')).to eq(true)
end
end
\ No newline at end of file