mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-24 10:21:54 +01:00
Cleanup and get rspec to run again
This commit is contained in:
@@ -5,5 +5,11 @@ module Crono
|
||||
initializer 'crono.assets.precompile' do |app|
|
||||
app.config.assets.precompile += %w( crono/application.css crono/materialize.min.css )
|
||||
end
|
||||
|
||||
config.generators do |g|
|
||||
g.test_framework :rspec
|
||||
g.assets false
|
||||
g.helper false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user