summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2021-03-01 10:06:17 +1000
committerJohn Bampton <[email protected]>2021-03-01 10:06:17 +1000
commit1c9b1bfeb7932c1b82509679e40b2d2bf99768cc (patch)
tree3868be98b373b479ab17173b2cb6a5c6ab095c57 /test
parent65add8c650088f398642aa9611baf4cb2266fff4 (diff)
downloadmruby-1c9b1bfeb7932c1b82509679e40b2d2bf99768cc.tar.gz
mruby-1c9b1bfeb7932c1b82509679e40b2d2bf99768cc.zip
feat: add pre-commit framework
Diffstat (limited to 'test')
-rw-r--r--test/t/basicobject.rb1
-rw-r--r--test/t/iterations.rb2
-rw-r--r--test/t/object.rb1
3 files changed, 1 insertions, 3 deletions
diff --git a/test/t/basicobject.rb b/test/t/basicobject.rb
index f33171266..c5aa3f171 100644
--- a/test/t/basicobject.rb
+++ b/test/t/basicobject.rb
@@ -8,4 +8,3 @@ end
assert('BasicObject superclass') do
assert_nil(BasicObject.superclass)
end
-
diff --git a/test/t/iterations.rb b/test/t/iterations.rb
index f227a6037..9611388ea 100644
--- a/test/t/iterations.rb
+++ b/test/t/iterations.rb
@@ -58,4 +58,4 @@ assert('next expression', '11.5.2.4.4') do
end
all
end
-end \ No newline at end of file
+end
diff --git a/test/t/object.rb b/test/t/object.rb
index 6a755d3ba..b65f298e6 100644
--- a/test/t/object.rb
+++ b/test/t/object.rb
@@ -8,4 +8,3 @@ end
assert('Object superclass', '15.2.1.2') do
assert_equal BasicObject, Object.superclass
end
-