Skip to content

Commit

Permalink
Write specs that need to be implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Jul 27, 2011
1 parent 1019900 commit 060ac4d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions solutions/TweetyGonzalez/spec/application_spec.rb
@@ -0,0 +1,22 @@
describe "Tweet" do
it "performs a search on the remote webservice" do
end

it "returns the author's name" do
end

it "returns the message" do
end
end

describe "WindowController" do
it "enables the search button if the textfield contains text" do
end

it "performs a search on the remote webservice" do
# stub expect
end

it "shows the search results in the tableview" do
end
end

0 comments on commit 060ac4d

Please sign in to comment.