Skip to content

Commit

Permalink
polish code
Browse files Browse the repository at this point in the history
  • Loading branch information
xithan committed Aug 14, 2014
1 parent 31606fd commit de37ae0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion lib/wagn/generators/wagn/templates/Gemfile
Expand Up @@ -21,7 +21,7 @@ end

group :test, :development do
gem 'rails-dev-tweaks'
gem 'sprockets' # just so above works
gem 'sprockets' # just so above works
gem 'byebug'
end

Expand Down
4 changes: 0 additions & 4 deletions spec/spec_helper.rb
Expand Up @@ -26,15 +26,11 @@ def simplecov_filter_for_gem
end
end


require 'simplecov'
require 'timecop'
require File.expand_path( '../../spec/mod/standard/lib/machine_spec.rb', __FILE__ )
require File.expand_path( '../../spec/mod/standard/lib/machine_input_spec.rb', __FILE__ )




Spork.prefork do
if ENV["RAILS_ROOT"]
require File.join( ENV["RAILS_ROOT"], '/config/environment')
Expand Down

0 comments on commit de37ae0

Please sign in to comment.