spec/lib/snapdragon/suite_spec.rb in snapdragon-0.1.6 vs spec/lib/snapdragon/suite_spec.rb in snapdragon-0.1.7
- old
+ new
@@ -36,6 +36,10 @@
describe "#require_paths" do
it "returns the merged set of the require paths of each spec file" do
pending
end
end
+
+ describe "#require_files" do
+ it "needs to be tested"
+ end
end