spec/lib/builder/script_spec.rb in vx-builder-0.0.14 vs spec/lib/builder/script_spec.rb in vx-builder-0.0.15
- old
+ new
@@ -9,9 +9,14 @@
context "just created" do
its(:source) { should eq source }
its(:task) { should eq task }
end
+ context "#image" do
+ subject { script.image }
+ it { should eq 'one' }
+ end
+
context "#to_before_script" do
subject { script.to_before_script }
it { should be }
end