Skip to content

Commit

Permalink
Require autorun before spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
josemotanet committed Jun 4, 2013
1 parent 10f83f4 commit 2a6f703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion introduce-assertion/test/test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'minitest/spec'
require 'minitest/autorun'
require 'minitest/spec'

require 'before' if ENV["BEFORE"]
require 'after' unless ENV["BEFORE"]
Expand Down
2 changes: 1 addition & 1 deletion replace-array-with-object/test/test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'minitest/spec'
require 'minitest/autorun'
require 'minitest/spec'

require 'before' if ENV["BEFORE"]
require 'after' unless ENV["BEFORE"]
Expand Down

0 comments on commit 2a6f703

Please sign in to comment.