Skip to content

Commit

Permalink
Added note about DELETE examples testing external code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhz committed Apr 9, 2013
1 parent e4c86d3 commit d031a8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/api/v1/acks_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ def get(url, *args)
end
end

# FIXME: Most of these examples are testing functionality of
# Pebblebed::Sinatra.require_action_allowed. They should probably
# be replaced by checking that said method is called with the
# correct parameters.
describe 'DELETE /acks/:uid' do
let(:a_session) { {:session => "1234"} }

Expand Down

0 comments on commit d031a8f

Please sign in to comment.