fix deprecated require for mocha

This commit is contained in:
Matthew Lehner 2012-12-13 14:49:31 -08:00
parent a69cdf1103
commit 657157fcf6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
require 'mocha'
require 'mocha/api'
require 'webmock/rspec'
require 'rack-livereload'