spec/things/project_spec.rb in things-client-0.1.0 vs spec/things/project_spec.rb in things-client-0.2.0

- old
+ new

@@ -1,18 +1,10 @@ require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe "Things::Project" do before do - Things::App.activate @project = Things::Project.new(:name => 'TEST - Foo') - end - - after do - # close all windows when done - Things::App.instance.windows.get.each do |window| - Things::App.instance!.close(window) - end end describe "#self.new" do it "should create a new Things::Project instance with properties" do \ No newline at end of file