Programming > Ruby on Rails > Flashcards
Using a web API
RSpec specfile example
require ‘spec_helper’
describe MovieController do describe 'searching TMDb' do ... end end
Testing a spec file
Setting up RSpec