sprig-reap 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
data/lib/sprig/reap/version.rb
CHANGED
data/spec/db/activerecord.db
CHANGED
Binary file
|
@@ -145,13 +145,14 @@ describe Sprig::Reap::Configuration do
|
|
145
145
|
end
|
146
146
|
end
|
147
147
|
|
148
|
-
<<<<<<< HEAD
|
149
148
|
describe "#logger" do
|
150
149
|
it "initializes a new logger" do
|
151
150
|
Logger.should_receive(:new)
|
152
151
|
|
153
152
|
subject.logger
|
154
|
-
|
153
|
+
end
|
154
|
+
end
|
155
|
+
|
155
156
|
describe "#omit_empty_attrs" do
|
156
157
|
context "from a fresh configuration" do
|
157
158
|
its(:omit_empty_attrs) { should == false }
|
@@ -175,7 +176,6 @@ describe Sprig::Reap::Configuration do
|
|
175
176
|
before { subject.omit_empty_attrs = 'True' }
|
176
177
|
|
177
178
|
its(:omit_empty_attrs) { should == true }
|
178
|
-
>>>>>>> Add an option to allow users to omit empty attributes from seed files (fix #9)
|
179
179
|
end
|
180
180
|
end
|
181
181
|
end
|