Skip to content

Instantly share code, notes, and snippets.

@diazruy
diazruy / package_V3.json
Created September 12, 2018 15:41 — forked from JefCurtis/package_V3.json
Gmail add-on: Add production build script command
{
"scripts":
"build:prod": "DEPLOY_ENV=prod webpack --config config/webpack/webpack.config.js"
}
}
- ArraySplit.new(cities).each_group(2) do |city_group|
%ul.unstyled
- city_group.each do |city|
%li= link_to city.name, property_browse_path(city, params.slice(:flags))
require 'spork'
Spork.prefork do
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'rspec/autorun'
# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.