Skip to content

Commit

Permalink
moved spec_helper on top to get simplecov running correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
intinig committed Dec 12, 2013
1 parent 1db0604 commit 06323db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/lol/champion_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "lol"
require "spec_helper"
require "lol"

include Lol

Expand Down
2 changes: 1 addition & 1 deletion spec/lol/client_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "lol"
require "spec_helper"
require "lol"
require "json"

include Lol
Expand Down
2 changes: 1 addition & 1 deletion spec/lol/game_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "lol"
require "spec_helper"
require "lol"
require "json"

include Lol
Expand Down
1 change: 1 addition & 0 deletions spec/lol/league_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require "spec_helper"

0 comments on commit 06323db

Please sign in to comment.