add rspec, fix dummy railties to do it

This commit is contained in:
2022-11-28 22:30:00 +02:00
parent 18fde864d4
commit b9a7315db8
7 changed files with 335 additions and 2 deletions

View File

@ -4,7 +4,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Specify your gem's dependencies in merged.gemspec.
gemspec
gem "sprockets-rails"
group :development, :test do
end
# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"