Merge commit '89b44582' into feat/fix_notify
Showing
| ... | @@ -87,6 +87,7 @@ group :development, :test do | ... | @@ -87,6 +87,7 @@ group :development, :test do |
| gem 'teaspoon' | gem 'teaspoon' | ||
| gem 'guard-teaspoon' | gem 'guard-teaspoon' | ||
| gem 'byebug' | |||
| end | end | ||
| group :test do | group :test do | ||
| ... | ... |
app/assets/stylesheets/watchings.css.scss
0 → 100644
app/controllers/watchings_controller.rb
0 → 100644
app/decorators/watching_decorator.rb
0 → 100644
app/helpers/watchings_helper.rb
0 → 100644
app/models/watch.rb
0 → 100644
app/views/watchings/show.html.slim
0 → 100644
db/migrate/20140719145016_create_watches.rb
0 → 100644
spec/decorators/watching_decorator_spec.rb
0 → 100644
spec/helpers/watchings_helper_spec.rb
0 → 100644
spec/models/watch_spec.rb
0 → 100644
spec/views/watchings/show.html.erb_spec.rb
0 → 100644
Please
register
or
sign in
to comment