mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-12 01:36:26 -04:00
6 lines
122 B
Ruby
6 lines
122 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe Plot, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|