Skip to content

Instantly share code, notes, and snippets.

@philomates
philomates / midje-learnings.md
Last active August 21, 2019 22:43
Experiences using Midje & what we can learn from it

I'd like to briefly present some ideas on:

  • What Midje has to offer, both the good and the bad
  • How to take all the Midje goodness over to clojure.test and clojurescript

What is Midje and why am I talking about it?

Midje started back in 2010, and was the vision of someone with decades worth of experience when it comes to software testing.

Up through 2013 it accumulated a bunch of useful features:

@tankchintan
tankchintan / gist:1335220
Last active November 30, 2019 00:17
Procedure for installing and setting Sun JDK Java on Default Amazon Linux AMI
# First verify the version of Java being used is not SunJSK.
java -version
# Get the latest Sun Java SDK from Oracle http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u1-download-513651.html
wget http://download.oracle.com/otn-pub/java/jdk/7u1-b08/jdk-7u1-linux-i586.rpm
# Rename the file downloaded, just to be nice
mv jdk-7u1-linux-i586.rpm\?e\=1320265424\&h\=916f87354faed15fe652d9f76d64c844 jdk-7u1-linux-i586.rpm
# Install Java