Skip to content

Instantly share code, notes, and snippets.

@ahimmelstoss
ahimmelstoss / listings_controller_spec.rb
Last active April 6, 2017 21:03
spec for listings controller
require 'rails_helper'
RSpec.describe ListingsController, :type => :controller do
render_views
let(:json) { JSON.parse(response.body) }
describe "GET /listings.json" do
before do
get :index, format: :json
@ragingwind
ragingwind / Backend Architectures Keywords and References.md
Last active March 21, 2025 15:01
Backend Architectures Keywords and References