Skip to content

Commit 4d7efc4

Browse files
committedMay 15, 2023
chore: Pass test
1 parent a0d9ade commit 4d7efc4

File tree

2 files changed

+62
-4
lines changed

2 files changed

+62
-4
lines changed
 

‎Gemfile.lock

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
PATH
2+
remote: .
3+
specs:
4+
runa (0.1.0)
5+
6+
GEM
7+
remote: https://rubygems.org/
8+
specs:
9+
ast (2.4.2)
10+
json (2.6.3)
11+
language_server-protocol (3.17.0.3)
12+
lint_roller (1.0.0)
13+
parallel (1.23.0)
14+
parser (3.2.2.1)
15+
ast (~> 2.4.1)
16+
power_assert (2.0.3)
17+
rainbow (3.1.1)
18+
rake (13.0.6)
19+
regexp_parser (2.8.0)
20+
rexml (3.2.5)
21+
rubocop (1.50.2)
22+
json (~> 2.3)
23+
parallel (~> 1.10)
24+
parser (>= 3.2.0.0)
25+
rainbow (>= 2.2.2, < 4.0)
26+
regexp_parser (>= 1.8, < 3.0)
27+
rexml (>= 3.2.5, < 4.0)
28+
rubocop-ast (>= 1.28.0, < 2.0)
29+
ruby-progressbar (~> 1.7)
30+
unicode-display_width (>= 2.4.0, < 3.0)
31+
rubocop-ast (1.28.1)
32+
parser (>= 3.2.1.0)
33+
rubocop-performance (1.16.0)
34+
rubocop (>= 1.7.0, < 2.0)
35+
rubocop-ast (>= 0.4.0)
36+
ruby-progressbar (1.13.0)
37+
standard (1.28.2)
38+
language_server-protocol (~> 3.17.0.2)
39+
lint_roller (~> 1.0)
40+
rubocop (~> 1.50.2)
41+
standard-custom (~> 1.0.0)
42+
standard-performance (~> 1.0.1)
43+
standard-custom (1.0.0)
44+
lint_roller (~> 1.0)
45+
standard-performance (1.0.1)
46+
lint_roller (~> 1.0)
47+
rubocop-performance (~> 1.16.0)
48+
test-unit (3.5.8)
49+
power_assert
50+
unicode-display_width (2.4.2)
51+
52+
PLATFORMS
53+
x64-mingw-ucrt
54+
55+
DEPENDENCIES
56+
rake (~> 13.0)
57+
runa!
58+
standard (~> 1.3)
59+
test-unit (~> 3.0)
60+
61+
BUNDLED WITH
62+
2.4.10

‎test/runa_test.rb

-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,4 @@ class RunaTest < Test::Unit::TestCase
88
::Runa.const_defined?(:VERSION)
99
end
1010
end
11-
12-
test "something useful" do
13-
assert_equal("expected", "actual")
14-
end
1511
end

0 commit comments

Comments
 (0)
Please sign in to comment.