spec/unit/spec_helper.rb in inqlude-0.7.4 vs spec/unit/spec_helper.rb in inqlude-0.8.0

- old
+ new

@@ -21,14 +21,13 @@ m.description = "#{name} is a nice library." m end shared_context "manifest_files" do - let(:settings) do s = Settings.new - s.manifest_path = File.expand_path('spec/data/') + s.manifest_path = File.expand_path('spec/data/manifests') s.offline = true s end let(:awesomelib_manifest_file) do @@ -40,7 +39,6 @@ end let(:proprietarylib_manifest_file) do "proprietarylib/proprietarylib.2013-12-22.manifest" end - end