Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
caesr-pub
jekyll-scholar
Commits
a31b5839
Commit
a31b5839
authored
Apr 05, 2013
by
Sylvester Keil
Browse files
load debugger only if available
parent
621f2b15
Changes
1
Show whitespace changes
Inline
Side-by-side
features/support/env.rb
View file @
a31b5839
...
...
@@ -3,7 +3,11 @@ require 'test/unit'
require
'jekyll/scholar'
require
'debugger'
begin
require
'debugger'
rescue
LoadError
# ignore
end
World
do
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment