spec/unit/yaks/mapper/attribute_spec.rb in yaks-0.7.7 vs spec/unit/yaks/mapper/attribute_spec.rb in yaks-0.8.0.alpha
- old
+ new
@@ -1,6 +1,4 @@
-require 'spec_helper'
-
RSpec.describe Yaks::Mapper::Attribute do
include_context 'yaks context'
subject(:attribute) { described_class.new(:the_name) }
fake(:mapper)