mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo.
This commit is contained in:
parent
1d530e23e5
commit
d47224190c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require "isolation/abstract_unit"
|
||||
|
||||
module ApplicationTests
|
||||
class FrameworlsTest < Test::Unit::TestCase
|
||||
class FrameworksTest < Test::Unit::TestCase
|
||||
include ActiveSupport::Testing::Isolation
|
||||
|
||||
def setup
|
||||
|
|
Loading…
Reference in a new issue