Why: * Those classes have a slug attribute that needs to be filled How: * Just adding the shared example to Budget model spec, and creating the model spec file for Heading and Group to include it as well
8 lines
86 B
Ruby
8 lines
86 B
Ruby
require 'rails_helper'
|
|
|
|
describe Budget::Group do
|
|
|
|
it_behaves_like "sluggable"
|
|
|
|
end
|