This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
context "With Barlteby turned on" do | |
# TODO Get rid of NA tests and test single sku regions only when regionalization complete, | |
# check sku on VP instead of business region sku as well. | |
context "With a North American Viewable Product" do | |
- scenario "Lets you successfuly edit both associated skus and other fields" do | |
+ scenario "Lets you successfully edit both associated skus and other fields" do | |
+ t0 = Time.now | |
allow(BartlebyMode).to receive(:mode) { "full" } | |
viewable_product = FactoryGirl.create(:viewable_product, :bartleby_mode_full) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/swift | |
// | |
// work.swift | |
// | |
// | |
// Created by Andy O'Neill on 4/20/17. | |
// | |
// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extends: default | |
rules: | |
comments: | |
min-spaces-from-content: 1 | |
indentation: | |
spaces: 2 | |
line-length: | |
max: 120 |
OlderNewer