Skip to content

Instantly share code, notes, and snippets.

@kevbuchanan
kevbuchanan / rspec_jasmine.md
Last active July 27, 2016 14:53
A basic comparison of RSpec and Jasmine tests.

RSpec vs Jasmine

A very basic intro to Jasmine tests for those familiar with RSpec

let/before

  let(:post) { Post.new("My Title", "My Content") }
 var post