* Add page_view model * Uncomment DJ routes * Add time on site max and don't update article page views every time
5 lines
126 B
Ruby
5 lines
126 B
Ruby
require "rails_helper"
|
|
|
|
RSpec.describe PageView, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|