lib/rubysmith/builders/rspec/binstub.rb in rubysmith-5.9.0 vs lib/rubysmith/builders/rspec/binstub.rb in rubysmith-6.0.0
- old
+ new
@@ -1,14 +1,14 @@
# frozen_string_literal: true
-require "refinements/structs"
+require "refinements/struct"
module Rubysmith
module Builders
module RSpec
# Builds RSpec binstub for project skeleton.
class Binstub
- using Refinements::Structs
+ using Refinements::Struct
def self.call(...) = new(...).call
def initialize configuration, builder: Builder
@configuration = configuration