Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
features/support/env.rb
features/support/env.rb
+5
-1
No files found.
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
Markdown
is supported
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