Skip to content

Commit

Permalink
Fix warning messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gregstewart committed Jun 6, 2016
1 parent d3a5a25 commit 75c7c8b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Rake::TestTask.new do |t|
t.test_files = FileList['test/*_test.rb', 'test/test_helper']
end

task default: :test
task default: :test
1 change: 0 additions & 1 deletion test/account_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require_relative './test_helper'
require 'minitest/autorun'
require 'coder_wally/account'

Expand Down
1 change: 0 additions & 1 deletion test/api_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require_relative './test_helper'
require 'minitest/autorun'
require 'coder_wally/api'

Expand Down
1 change: 0 additions & 1 deletion test/coder_wally_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require_relative './test_helper'
require 'minitest/autorun'
require 'coder_wally'

Expand Down

0 comments on commit 75c7c8b

Please sign in to comment.