Skip to content

Commit

Permalink
remove require mocha from test file and add it to the spec helper
Browse files Browse the repository at this point in the history
  • Loading branch information
luaybs committed Jul 24, 2013
1 parent 86371be commit 967a8ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'stripe_tester'
require "mocha/api"

RSpec.configure do |config|
config.order = "random"
Expand Down
1 change: 0 additions & 1 deletion spec/stripe_tester_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'spec_helper'
require "mocha/api"

describe StripeTester do

Expand Down

0 comments on commit 967a8ce

Please sign in to comment.