public
Description: EventMachine based XMPP client
Homepage:
Clone URL: git://github.com/tmm1/xmpp4em.git
xmpp4em / Rakefile
100644 5 lines (5 sloc) 0.075 kb
1
2
3
4
5
task :default do
  Dir.chdir('spec'){
    sh 'bacon spec_runner.rb'
  }
end