Skip to content

Commit

Permalink
Use RSpec instead of Rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Feb 20, 2024
1 parent 7749dc7 commit 7f915a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

require "lrama"

module RspecHelper
module RSpecHelper
def fixture_path(file_name)
File.expand_path("../fixtures/#{file_name}", __FILE__)
end
Expand Down Expand Up @@ -151,7 +151,7 @@ def match_symbols(expected)
c.syntax = :expect
end

config.include(RspecHelper)
config.include(RSpecHelper)
config.include(LramaCustomMatchers)

# Allow to limit the run of the specs
Expand Down

0 comments on commit 7f915a6

Please sign in to comment.