Skip to content

Commit

Permalink
write pending specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Aug 27, 2011
1 parent 16d9d75 commit c9aeefd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/domodoro/client_test.rb
Expand Up @@ -55,5 +55,15 @@ def Client.break
wait! wait!
end end
end end

describe '.work' do
it 'plays a sound if sound is activated'
it 'displays a growl if growl is activated'
end

describe '.break' do
it 'plays a sound if sound is activated'
it 'displays a growl if growl is activated'
end
end end
end end

0 comments on commit c9aeefd

Please sign in to comment.