Skip to content

Commit

Permalink
Add a simple test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed May 3, 2012
1 parent c3567a4 commit 37d96df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/main_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@
@app.windows.size.should == 1
end
end

describe PPBotViewController do
before do
@controller = PPBotViewController.alloc.init
end

it "has a controller" do
@controller.should != nil
end
end

0 comments on commit 37d96df

Please sign in to comment.