Skip to content

Commit 6f50c74

Browse files
committed
Move from trenni -> xrb.
1 parent e94d1db commit 6f50c74

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
group :test do
1818
gem "sus"
19-
gem "trenni"
19+
gem "xrb"
2020

2121
gem "bake-test"
2222
gem "bake-test-external"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
require 'covered/summary'
88
require 'covered/capture'
99

10-
require 'trenni/template'
10+
require 'xrb/template'
1111

12-
let(:template_path) {File.expand_path("template.trenni", __dir__)}
13-
let(:template) {Trenni::Template.load_file(template_path)}
12+
let(:template_path) {File.expand_path("template.xrb", __dir__)}
13+
let(:template) {XRB::Template.load_file(template_path)}
1414

1515
let(:files) {Covered::Files.new}
1616
let(:only) {Covered::Only.new(template_path, files)}

0 commit comments

Comments
 (0)