Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Jan 6, 2012
1 parent 9b2b06d commit 2cb2992
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions client/spec/picky-client/client/active_record_spec.rb
Expand Up @@ -64,6 +64,19 @@ def after_commit
end
end

# describe 'directly extend' do
# let(:ar) { fake_ar.extend(described_class) }
#
# it 'calls the right method in the client' do
# ar.save
# end
#
# it 'calls the right method in the client' do
# ar.destroy
# end
#
# end

context 'with params' do
let(:client) { stub :client }
context 'with client' do
Expand Down

0 comments on commit 2cb2992

Please sign in to comment.