Skip to content

Commit

Permalink
Reorganizer feature specs
Browse files Browse the repository at this point in the history
* added subfolders (events, events/organizer, users)
* individual_event_page_request_spec -> event_detail_request_spec
* all request specs end with _request_spec, because most of them
  already did and it's good to be consistent?
  • Loading branch information
tjgrathwell committed Nov 27, 2016
1 parent 191f74d commit d64fd52
Show file tree
Hide file tree
Showing 26 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rails_helper'

describe "the individual event page" do
describe "the event detail page" do
let(:rsvp_actions_selector) { '.rsvp-actions' }
before do
@event = create(:event, public_email: "public_email@example.org")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d64fd52

Please sign in to comment.