Skip to content

Commit

Permalink
Merge pull request #379 from ydah/rspec
Browse files Browse the repository at this point in the history
Use RSpec instead of Rspec
  • Loading branch information
yui-knk authored Feb 21, 2024
2 parents 7749dc7 + 7f915a6 commit e82c128
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 e82c128

Please sign in to comment.