Files
puzzle-scoreboard/spec/helpers/worlds_helper_spec.rb
sto dae86bd1ea
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
Worlds Bets
2026-09-06 10:07:47 +02:00

16 lines
433 B
Ruby

require 'rails_helper'
# Specs in this file have access to a helper object that includes
# the WorldsHelper. For example:
#
# describe WorldsHelper do
# describe "string concat" do
# it "concats two strings with spaces" do
# expect(helper.concat_strings("this","that")).to eq("this that")
# end
# end
# end
RSpec.describe WorldsHelper, type: :helper do
pending "add some examples to (or delete) #{__FILE__}"
end