Skip to content

Instantly share code, notes, and snippets.

@thomasfedb
Created December 28, 2013 20:21
Show Gist options
  • Select an option

  • Save thomasfedb/8163753 to your computer and use it in GitHub Desktop.

Select an option

Save thomasfedb/8163753 to your computer and use it in GitHub Desktop.
describe "#new" do
subject { get :new, study_id: study.id }
specify { expect_it.to be_successful }
specify { expect_it.to assign(:instrument).with_a_new(Instrument) }
describe_assign(:instrument) do
specify { expect_its(:study_id).to eq study.id }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment