parsley/spec/models/recipe_ingredient_spec.rb

6 lines
134 B
Ruby
Raw Normal View History

2016-01-12 18:43:00 -06:00
require 'rails_helper'
RSpec.describe RecipeIngredient, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end