Skip to content

Commit

Permalink
Merge pull request #920 from internetee/fix-typo-in-assertions-filename
Browse files Browse the repository at this point in the history
Fix typo in assertions filename (assetions -> assertions)
  • Loading branch information
vohmar authored Jul 20, 2018
2 parents 9ff27be + e6d3895 commit 311aa50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
require 'capybara/rails'
require 'capybara/minitest'
require 'webmock/minitest'
require 'support/rails5_assetions' # Remove once upgraded to Rails 5
require 'support/rails5_assertions' # Remove once upgraded to Rails 5

require 'application_system_test_case'

Expand Down

0 comments on commit 311aa50

Please sign in to comment.