Skip to content

Commit

Permalink
Super-minor changes based on Myron's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Battaglia committed May 18, 2012
1 parent c20dbc9 commit 11a5fa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/interpol/documentation_app.rb
Expand Up @@ -93,7 +93,7 @@ def initialize(config)
helpers Helpers

get('/') do
erb :layout, :locals => { :endpoints => endpoints, \
erb :layout, :locals => { :endpoints => endpoints,
:current_endpoint => current_endpoint }
end
end
Expand Down
3 changes: 2 additions & 1 deletion spec/simplecov_setup.rb
@@ -1,4 +1,5 @@
if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'ruby' # MRI only
# MRI only
if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'ruby' && RUBY_VERSION.to_f >= 1.9
require 'simplecov'

SimpleCov.start do
Expand Down

0 comments on commit 11a5fa5

Please sign in to comment.