Skip to content

Commit

Permalink
Adding rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Feb 8, 2011
1 parent dab30ef commit 9b7c92a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/spec_helper.rb
@@ -0,0 +1,8 @@
$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')

require 'rspec'
require 'ucallback'

RSpec.configure do |config|
config.mock_with :rspec
end

0 comments on commit 9b7c92a

Please sign in to comment.