spec/projects_spec.rb in dev_projects-0.0.14 vs spec/projects_spec.rb in dev_projects-0.0.15

- old
+ new

@@ -27,6 +27,12 @@ end it "should be able to get the current Project" do expect(Projects.current).not_to eq(nil) end + + it "should be able to pull" do + projects=Projects.new + projects.pull + + end end \ No newline at end of file