After installing the Globalize2 extension and creating Cucumber features for a dependent extension, I needed to remove the dataset class method to get features running since the models no longer matched the dataset factories:
# /Library/Ruby/Gems/1.8/gems/radiant-0.9.1/features/support/dataset.rb require 'dataset' Cucumber::Rails::World.class_eval do include Dataset datasets_directory "#{RADIANT_ROOT}/spec/datasets" self.datasets_database_dump_path = "#{Rails.root}/tmp/dataset" #dataset :users, :config, :pages, :layouts, :pages_with_layouts, :snippets, :users_and_pages, :file_not_found, :markup_pages end