mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
6 lines
123 B
Ruby
6 lines
123 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe Price, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|