Skip to content

Commit

Permalink
Merge pull request #39 from ifad/bugfix/27-do-not-require-spec-helper…
Browse files Browse the repository at this point in the history
…s-in-prod

Do not require spec helpers in production code
  • Loading branch information
tagliala authored Apr 22, 2024
2 parents d6c2883 + 724a27e commit 5e50394
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/sharepoint.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
require 'sharepoint/errors'
require 'sharepoint/client'
require 'sharepoint/spec_helpers'
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

$LOAD_PATH << ("#{SPEC_BASE.parent}lib")
require 'sharepoint'
require 'sharepoint/spec_helpers'

def fixture(name)
"#{SPEC_BASE}fixtures#{name}"
Expand Down

0 comments on commit 5e50394

Please sign in to comment.