Skip to content

Commit

Permalink
[PENDING] Authorizing read/write requests, cannot close a board yet (…
Browse files Browse the repository at this point in the history
…Client#put required)
  • Loading branch information
ben-biddington authored and jeremytregunna committed Jan 31, 2012
1 parent 74480af commit 4ece182
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/integration/how_to_authorize_spec.rb
Expand Up @@ -71,6 +71,10 @@ def set(parent, name, value)
welcome_board.id.should === @welcome_board
end

it "can close a board"
pending "cannot close a board yet (Client#put required)" do
new_board = Board.create(:name => "An example")

puts Client.post "/boards/#{new_board.id}/closed", { :value => true }
end
end
end

0 comments on commit 4ece182

Please sign in to comment.